#CCAD86

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

Shades of Calico #CCAD86

Tints of Calico #CCAD86

Color information

#CCAD86 (or 0xCCAD86) is unknown color: approx Calico. HEX triplet: CC, AD and 86. RGB value is (204,173,134). Sum of RGB (Red+Green+Blue) = 204+173+134=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD86 is #335279. Grayscale: #B2B2B2. Windows color (decimal): -3363450 or 8826316. OLE color: 8826316.

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

Color convert

RGB204173134-
CMYK00.150.340.2
HSL33.43º40.7%66.27%-
HSV(B)33.43º34.31%80%-
XYZ44.1544.4528.81-
YUV177.82103.27146.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 134 (52.73% from 255) = 26.22%
R=39.92%
G=33.86%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417313400.150.340.233.4340.766.27
HexCCAD860F2214212942
Octal31425520601742244151102
Binary11001100101011011000011001111100010101001000011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD86; }

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

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

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

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

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

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

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

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