#CCAD82

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

Shades of Calico #CCAD82

Tints of Calico #CCAD82

Color information

#CCAD82 (or 0xCCAD82) is unknown color: approx Calico. HEX triplet: CC, AD and 82. RGB value is (204,173,130). Sum of RGB (Red+Green+Blue) = 204+173+130=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD82 is #33527D. Grayscale: #B1B1B1. Windows color (decimal): -3363454 or 8564172. OLE color: 8564172.

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

Color convert

RGB204173130-
CMYK00.150.360.2
HSL34.86º42.05%65.49%-
HSV(B)34.86º36.27%80%-
XYZ43.8744.3427.36-
YUV177.37101.27147-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=40.24%
G=34.12%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417313000.150.360.234.8642.0565.49
HexCCAD820F2414232a41
Octal31425520201744244352101
Binary11001100101011011000001001111100100101001000111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD82; }

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

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

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

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

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

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

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

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