#CCAD85

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

Shades of Calico #CCAD85

Tints of Calico #CCAD85

Color information

#CCAD85 (or 0xCCAD85) is unknown color: approx Calico. HEX triplet: CC, AD and 85. RGB value is (204,173,133). Sum of RGB (Red+Green+Blue) = 204+173+133=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD85 is #33527A. Grayscale: #B1B1B1. Windows color (decimal): -3363451 or 8760780. OLE color: 8760780.

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

Color convert

RGB204173133-
CMYK00.150.350.2
HSL33.8º41.04%66.08%-
HSV(B)33.8º34.8%80%-
XYZ44.0844.4228.44-
YUV177.71102.77146.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=40%
G=33.92%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417313300.150.350.233.841.0466.08
HexCCAD850F2314222942
Octal31425520501743244251102
Binary11001100101011011000010101111100011101001000101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD85; }

 p { color: rgb(204,173,133); }

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

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

 a { background-color: rgb(204,173,133); }

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

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

 span { border-color: rgb(204,173,133); }

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