#CD755C

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

Shades of Japonica #CD755C

Tints of Japonica #CD755C

Color information

#CD755C (or 0xCD755C) is unknown color: approx Japonica. HEX triplet: CD, 75 and 5C. RGB value is (205,117,92). Sum of RGB (Red+Green+Blue) = 205+117+92=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD755C is #328AA3. Grayscale: #8C8C8C. Windows color (decimal): -3312292 or 6059469. OLE color: 6059469.

HSL color Cylindrical-coordinate representation of color #CD755C: hue angle of 13.27º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD755C is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20511792-
CMYK00.430.550.20
HSL13.27º53.05%58.24%-
HSV(B)13.27º55.12%80.39%-
XYZ33.4726.4713.47-
YUV140.46100.65174.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.52%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=49.52%
G=28.26%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051179200.430.550.2013.2753.0558.24
HexCD755C02B3714d353a
Octal3151651340536724156572
Binary11001101111010110111000101011110111101001101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD755C; }

 p { color: rgb(205,117,92); }

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

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

 a { background-color: rgb(205,117,92); }

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

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

 span { border-color: rgb(205,117,92); }

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