#CD9E80

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

Shades of Cameo #CD9E80

Tints of Cameo #CD9E80

Color information

#CD9E80 (or 0xCD9E80) is unknown color: approx Cameo. HEX triplet: CD, 9E and 80. RGB value is (205,158,128). Sum of RGB (Red+Green+Blue) = 205+158+128=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9E80 is #32617F. Grayscale: #A8A8A8. Windows color (decimal): -3301760 or 8429261. OLE color: 8429261.

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

Color convert

RGB205158128-
CMYK00.230.380.20
HSL23.38º43.5%65.29%-
HSV(B)23.38º37.56%80.39%-
XYZ41.338.9925.77-
YUV168.63105.07153.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=41.75%
G=32.18%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515812800.230.380.2023.3843.565.29
HexCD9E800172614172c41
Octal31523620002746242754101
Binary11001101100111101000000001011110011010100101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E80; }

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

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

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

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

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

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

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

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