#CDA780

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

Shades of Cameo #CDA780

Tints of Cameo #CDA780

Color information

#CDA780 (or 0xCDA780) is unknown color: approx Cameo. HEX triplet: CD, A7 and 80. RGB value is (205,167,128). Sum of RGB (Red+Green+Blue) = 205+167+128=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA780 is #32587F. Grayscale: #AEAEAE. Windows color (decimal): -3299456 or 8431565. OLE color: 8431565.

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

Color convert

RGB205167128-
CMYK00.190.380.20
HSL30.39º43.5%65.29%-
HSV(B)30.39º37.56%80.39%-
XYZ42.8942.1826.3-
YUV173.92102.09150.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=41%
G=33.4%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516712800.190.380.2030.3943.565.29
HexCDA78001326141e2c41
Octal31524720002346243654101
Binary11001101101001111000000001001110011010100111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA780; }

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

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

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

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

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

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

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

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