#CDA17C

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

Shades of Cameo #CDA17C

Tints of Cameo #CDA17C

Color information

#CDA17C (or 0xCDA17C) is unknown color: approx Cameo. HEX triplet: CD, A1 and 7C. RGB value is (205,161,124). Sum of RGB (Red+Green+Blue) = 205+161+124=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA17C is #325E83. Grayscale: #AAAAAA. Windows color (decimal): -3300996 or 8167885. OLE color: 8167885.

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

Color convert

RGB205161124-
CMYK00.210.400.20
HSL27.41º44.75%64.51%-
HSV(B)27.41º39.51%80.39%-
XYZ41.5639.9224.58-
YUV169.94102.08153.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 124 (48.83% from 255) = 25.31%
R=41.84%
G=32.86%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516112400.210.400.2027.4144.7564.51
HexCDA17C01528141b2d41
Octal31524117402550243355101
Binary1100110110100001111110001010110100010100110111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA17C; }

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

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

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

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

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

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

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

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