#CDA076

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

Shades of Cameo #CDA076

Tints of Cameo #CDA076

Color information

#CDA076 (or 0xCDA076) is unknown color: approx Cameo. HEX triplet: CD, A0 and 76. RGB value is (205,160,118). Sum of RGB (Red+Green+Blue) = 205+160+118=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA076 is #325F89. Grayscale: #A8A8A8. Windows color (decimal): -3301258 or 7774413. OLE color: 7774413.

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

Color convert

RGB205160118-
CMYK00.220.420.20
HSL28.97º46.52%63.33%-
HSV(B)28.97º42.44%80.39%-
XYZ41.0239.4322.59-
YUV168.6799.41153.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 118 (46.48% from 255) = 24.43%
R=42.44%
G=33.13%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516011800.220.420.2028.9746.5263.33
HexCDA0760162A141d2f3f
Octal3152401660265224355777
Binary110011011010000011101100101101010101010011101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA076; }

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

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

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

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

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

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

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

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