#CDAE85

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

Shades of Calico #CDAE85

Tints of Calico #CDAE85

Color information

#CDAE85 (or 0xCDAE85) is unknown color: approx Calico. HEX triplet: CD, AE and 85. RGB value is (205,174,133). Sum of RGB (Red+Green+Blue) = 205+174+133=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAE85 is #32517A. Grayscale: #B2B2B2. Windows color (decimal): -3297659 or 8761037. OLE color: 8761037.

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

Color convert

RGB205174133-
CMYK00.150.350.20
HSL34.17º41.86%66.27%-
HSV(B)34.17º35.12%80.39%-
XYZ44.5544.9428.52-
YUV178.6102.27146.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=40.04%
G=33.98%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517413300.150.350.2034.1741.8666.27
HexCDAE850F2314222a42
Octal31525620501743244252102
Binary11001101101011101000010101111100011101001000101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE85; }

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

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

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

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

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

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

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

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