#CD9F76

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

Shades of Cameo #CD9F76

Tints of Cameo #CD9F76

Color information

#CD9F76 (or 0xCD9F76) is unknown color: approx Cameo. HEX triplet: CD, 9F and 76. RGB value is (205,159,118). Sum of RGB (Red+Green+Blue) = 205+159+118=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9F76 is #326089. Grayscale: #A8A8A8. Windows color (decimal): -3301514 or 7774157. OLE color: 7774157.

HSL color Cylindrical-coordinate representation of color #CD9F76: hue angle of 28.28º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD9F76 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB205159118-
CMYK00.220.420.20
HSL28.28º46.52%63.33%-
HSV(B)28.28º42.44%80.39%-
XYZ40.8439.0822.53-
YUV168.0899.74154.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 159 (62.5% from 255) = 32.99%
BLUE value IS 118 (46.48% from 255) = 24.48%
R=42.53%
G=32.99%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515911800.220.420.2028.2846.5263.33
HexCD9F760162A141c2f3f
Octal3152371660265224345777
Binary110011011001111111101100101101010101010011100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9F76; }

 p { color: rgb(205,159,118); }

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

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

 a { background-color: rgb(205,159,118); }

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

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

 span { border-color: rgb(205,159,118); }

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