#CDA177

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

Shades of Cameo #CDA177

Tints of Cameo #CDA177

Color information

#CDA177 (or 0xCDA177) is unknown color: approx Cameo. HEX triplet: CD, A1 and 77. RGB value is (205,161,119). Sum of RGB (Red+Green+Blue) = 205+161+119=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA177 is #325E88. Grayscale: #A9A9A9. Windows color (decimal): -3301001 or 7840205. OLE color: 7840205.

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

Color convert

RGB205161119-
CMYK00.210.420.20
HSL29.3º46.24%63.53%-
HSV(B)29.3º41.95%80.39%-
XYZ41.2539.822.96-
YUV169.3799.58153.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 161 (63.28% from 255) = 33.20%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=42.27%
G=33.20%
B=24.54%

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
Decimal20516111900.210.420.2029.346.2463.53
HexCDA1770152A141d2e40
Octal31524116702552243556100
Binary1100110110100001111011101010110101010100111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA177; }

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

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

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

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

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

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

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

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