#CDAE7E

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

Shades of Calico #CDAE7E

Tints of Calico #CDAE7E

Color information

#CDAE7E (or 0xCDAE7E) is unknown color: approx Calico. HEX triplet: CD, AE and 7E. RGB value is (205,174,126). Sum of RGB (Red+Green+Blue) = 205+174+126=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE7E is #325181. Grayscale: #B2B2B2. Windows color (decimal): -3297666 or 8302285. OLE color: 8302285.

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

Color convert

RGB205174126-
CMYK00.150.390.20
HSL36.46º44.13%64.9%-
HSV(B)36.46º38.54%80.39%-
XYZ44.0844.7626.05-
YUV177.898.77147.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 126 (49.61% from 255) = 24.95%
R=40.59%
G=34.46%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517412600.150.390.2036.4644.1364.9
HexCDAE7E0F2714242c41
Octal31525617601747244454101
Binary1100110110101110111111001111100111101001001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE7E; }

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

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

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

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

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

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

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

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