#CD9E83

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

Shades of Cameo #CD9E83

Tints of Cameo #CD9E83

Color information

#CD9E83 (or 0xCD9E83) is unknown color: approx Cameo. HEX triplet: CD, 9E and 83. RGB value is (205,158,131). Sum of RGB (Red+Green+Blue) = 205+158+131=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9E83 is #32617C. Grayscale: #A9A9A9. Windows color (decimal): -3301757 or 8625869. OLE color: 8625869.

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

Color convert

RGB205158131-
CMYK00.230.360.20
HSL21.89º42.53%65.88%-
HSV(B)21.89º36.1%80.39%-
XYZ41.539.0726.83-
YUV168.98106.57153.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 131 (51.56% from 255) = 26.52%
R=41.50%
G=31.98%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515813100.230.360.2021.8942.5365.88
HexCD9E830172414162b42
Octal31523620302744242653102
Binary11001101100111101000001101011110010010100101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E83; }

 p { color: rgb(205,158,131); }

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

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

 a { background-color: rgb(205,158,131); }

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

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

 span { border-color: rgb(205,158,131); }

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