#CD7358

Color #CD7358 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #CD7358

Tints of Japonica #CD7358

Color information

#CD7358 (or 0xCD7358) is unknown color: approx Japonica. HEX triplet: CD, 73 and 58. RGB value is (205,115,88). Sum of RGB (Red+Green+Blue) = 205+115+88=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7358 is #328CA7. Grayscale: #8B8B8B. Windows color (decimal): -3312808 or 5796813. OLE color: 5796813.

HSL color Cylindrical-coordinate representation of color #CD7358: hue angle of 13.85º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD7358 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB20511588-
CMYK00.440.570.20
HSL13.85º53.92%57.45%-
HSV(B)13.85º57.07%80.39%-
XYZ33.0725.9512.5-
YUV138.8399.32175.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 50.25%
GREEN value IS 115 (45.31% from 255) = 28.19%
BLUE value IS 88 (34.77% from 255) = 21.57%
R=50.25%
G=28.19%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051158800.440.570.2013.8553.9257.45
HexCD735802C3914e3639
Octal3151631300547124166671
Binary11001101111001110110000101100111001101001110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7358; }

 p { color: rgb(205,115,88); }

 H1.HeaderClassName
 {
   color: #CD7358;
 }
 .AnyTagClassName
 {
   color: #CD7358;
 }
</style>
background-color css

<style>
 a { background-color: #CD7358; }

 a { background-color: rgb(205,115,88); }

 div.DivClassName
 {
   background-color: #CD7358;
 }
 .BgClassName
 {
   background-color: #CD7358;
 }
</style>
border-color css

<style>
 span { border-color: #CD7358; }

 span { border-color: rgb(205,115,88); }

 td.TdClassName
 {
   border-color: #CD7358;
 }
 .TagClassName
 {
   border-color: #CD7358;
 }
</style>