#CDAF85

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

Shades of Calico #CDAF85

Tints of Calico #CDAF85

Color information

#CDAF85 (or 0xCDAF85) is unknown color: approx Calico. HEX triplet: CD, AF and 85. RGB value is (205,175,133). Sum of RGB (Red+Green+Blue) = 205+175+133=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAF85 is #32507A. Grayscale: #B3B3B3. Windows color (decimal): -3297403 or 8761293. OLE color: 8761293.

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

Color convert

RGB205175133-
CMYK00.150.350.20
HSL35º41.86%66.27%-
HSV(B)35º35.12%80.39%-
XYZ44.7445.3328.58-
YUV179.18101.94146.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=39.96%
G=34.11%
B=25.93%

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
Decimal20517513300.150.350.203541.8666.27
HexCDAF850F2314232a42
Octal31525720501743244352102
Binary11001101101011111000010101111100011101001000111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF85; }

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

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

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

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

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

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

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

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