#CCAD88

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

Shades of Calico #CCAD88

Tints of Calico #CCAD88

Color information

#CCAD88 (or 0xCCAD88) is unknown color: approx Calico. HEX triplet: CC, AD and 88. RGB value is (204,173,136). Sum of RGB (Red+Green+Blue) = 204+173+136=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD88 is #335277. Grayscale: #B2B2B2. Windows color (decimal): -3363448 or 8957388. OLE color: 8957388.

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

Color convert

RGB204173136-
CMYK00.150.330.2
HSL32.65º40%66.67%-
HSV(B)32.65º33.33%80%-
XYZ44.2944.529.55-
YUV178.05104.27146.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 136 (53.52% from 255) = 26.51%
R=39.77%
G=33.72%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417313600.150.330.232.654066.67
HexCCAD880F2114212843
Octal31425521001741244150103
Binary11001100101011011000100001111100001101001000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD88; }

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

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

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

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

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

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

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

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