#CDA580

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

Shades of Cameo #CDA580

Tints of Cameo #CDA580

Color information

#CDA580 (or 0xCDA580) is unknown color: approx Cameo. HEX triplet: CD, A5 and 80. RGB value is (205,165,128). Sum of RGB (Red+Green+Blue) = 205+165+128=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA580 is #325A7F. Grayscale: #ACACAC. Windows color (decimal): -3299968 or 8431053. OLE color: 8431053.

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

Color convert

RGB205165128-
CMYK00.200.380.20
HSL28.83º43.5%65.29%-
HSV(B)28.83º37.56%80.39%-
XYZ42.5341.4526.18-
YUV172.74102.75151.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 165 (64.84% from 255) = 33.13%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=41.16%
G=33.13%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516512800.200.380.2028.8343.565.29
HexCDA58001426141d2c41
Octal31524520002446243554101
Binary11001101101001011000000001010010011010100111011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA580; }

 p { color: rgb(205,165,128); }

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

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

 a { background-color: rgb(205,165,128); }

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

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

 span { border-color: rgb(205,165,128); }

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