#CD9F89

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

Shades of Cameo #CD9F89

Tints of Cameo #CD9F89

Color information

#CD9F89 (or 0xCD9F89) is unknown color: approx Cameo. HEX triplet: CD, 9F and 89. RGB value is (205,159,137). Sum of RGB (Red+Green+Blue) = 205+159+137=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9F89 is #326076. Grayscale: #AAAAAA. Windows color (decimal): -3301495 or 9019341. OLE color: 9019341.

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

Color convert

RGB205159137-
CMYK00.220.330.20
HSL19.41º40.48%67.06%-
HSV(B)19.41º33.17%80.39%-
XYZ42.0939.5829.09-
YUV170.25109.24152.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.92%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 137 (53.91% from 255) = 27.35%
R=40.92%
G=31.74%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515913700.220.330.2019.4140.4867.06
HexCD9F890162114132843
Octal31523721102641242350103
Binary11001101100111111000100101011010000110100100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9F89; }

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

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

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

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

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

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

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

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