#CDA176

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

Shades of Cameo #CDA176

Tints of Cameo #CDA176

Color information

#CDA176 (or 0xCDA176) is unknown color: approx Cameo. HEX triplet: CD, A1 and 76. RGB value is (205,161,118). Sum of RGB (Red+Green+Blue) = 205+161+118=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA176 is #325E89. Grayscale: #A9A9A9. Windows color (decimal): -3301002 or 7774669. OLE color: 7774669.

HSL color Cylindrical-coordinate representation of color #CDA176: hue angle of 29.66º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDA176 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB205161118-
CMYK00.210.420.20
HSL29.66º46.52%63.33%-
HSV(B)29.66º42.44%80.39%-
XYZ41.1939.7822.65-
YUV169.2599.08153.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=42.36%
G=33.26%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516111800.210.420.2029.6646.5263.33
HexCDA1760152A141e2f3f
Octal3152411660255224365777
Binary110011011010000111101100101011010101010011110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA176; }

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

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

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

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

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

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

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

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