#CD9C80

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

Shades of Cameo #CD9C80

Tints of Cameo #CD9C80

Color information

#CD9C80 (or 0xCD9C80) is unknown color: approx Cameo. HEX triplet: CD, 9C and 80. RGB value is (205,156,128). Sum of RGB (Red+Green+Blue) = 205+156+128=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9C80 is #32637F. Grayscale: #A7A7A7. Windows color (decimal): -3302272 or 8428749. OLE color: 8428749.

HSL color Cylindrical-coordinate representation of color #CD9C80: hue angle of 21.82º 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 #CD9C80 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205156128-
CMYK00.240.380.20
HSL21.82º43.5%65.29%-
HSV(B)21.82º37.56%80.39%-
XYZ40.9638.3125.66-
YUV167.46105.73154.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 156 (61.33% from 255) = 31.90%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=41.92%
G=31.90%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515612800.240.380.2021.8243.565.29
HexCD9C800182614162c41
Octal31523420003046242654101
Binary11001101100111001000000001100010011010100101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C80; }

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

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

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

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

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

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

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

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