#CD9C7C

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

Shades of Cameo #CD9C7C

Tints of Cameo #CD9C7C

Color information

#CD9C7C (or 0xCD9C7C) is unknown color: approx Cameo. HEX triplet: CD, 9C and 7C. RGB value is (205,156,124). Sum of RGB (Red+Green+Blue) = 205+156+124=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9C7C is #326383. Grayscale: #A7A7A7. Windows color (decimal): -3302276 or 8166605. OLE color: 8166605.

HSL color Cylindrical-coordinate representation of color #CD9C7C: hue angle of 23.7º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD9C7C is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205156124-
CMYK00.240.400.20
HSL23.7º44.75%64.51%-
HSV(B)23.7º39.51%80.39%-
XYZ40.738.2124.3-
YUV167103.73155.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=42.27%
G=32.16%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515612400.240.400.2023.744.7564.51
HexCD9C7C0182814182d41
Octal31523417403050243055101
Binary1100110110011100111110001100010100010100110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C7C; }

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

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

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

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

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

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

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

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