#CDAE80

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

Shades of Calico #CDAE80

Tints of Calico #CDAE80

Color information

#CDAE80 (or 0xCDAE80) is unknown color: approx Calico. HEX triplet: CD, AE and 80. RGB value is (205,174,128). Sum of RGB (Red+Green+Blue) = 205+174+128=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAE80 is #32517F. Grayscale: #B2B2B2. Windows color (decimal): -3297664 or 8433357. OLE color: 8433357.

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

Color convert

RGB205174128-
CMYK00.150.380.20
HSL35.84º43.5%65.29%-
HSV(B)35.84º37.56%80.39%-
XYZ44.2144.8126.74-
YUV178.0299.77147.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=40.43%
G=34.32%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517412800.150.380.2035.8443.565.29
HexCDAE800F2614242c41
Octal31525620001746244454101
Binary11001101101011101000000001111100110101001001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE80; }

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

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

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

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

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

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

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

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