#CCAD81

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

Shades of Calico #CCAD81

Tints of Calico #CCAD81

Color information

#CCAD81 (or 0xCCAD81) is unknown color: approx Calico. HEX triplet: CC, AD and 81. RGB value is (204,173,129). Sum of RGB (Red+Green+Blue) = 204+173+129=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD81 is #33527E. Grayscale: #B1B1B1. Windows color (decimal): -3363455 or 8498636. OLE color: 8498636.

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

Color convert

RGB204173129-
CMYK00.150.370.2
HSL35.2º42.37%65.29%-
HSV(B)35.2º36.76%80%-
XYZ43.8144.3127.01-
YUV177.25100.77147.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 129 (50.78% from 255) = 25.49%
R=40.32%
G=34.19%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417312900.150.370.235.242.3765.29
HexCCAD810F2514232a41
Octal31425520101745244352101
Binary11001100101011011000000101111100101101001000111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD81; }

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

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

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

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

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

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

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

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