#CCAD83

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

Shades of Calico #CCAD83

Tints of Calico #CCAD83

Color information

#CCAD83 (or 0xCCAD83) is unknown color: approx Calico. HEX triplet: CC, AD and 83. RGB value is (204,173,131). Sum of RGB (Red+Green+Blue) = 204+173+131=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD83 is #33527C. Grayscale: #B1B1B1. Windows color (decimal): -3363453 or 8629708. OLE color: 8629708.

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

Color convert

RGB204173131-
CMYK00.150.360.2
HSL34.52º41.71%65.69%-
HSV(B)34.52º35.78%80%-
XYZ43.9444.3627.72-
YUV177.48101.77146.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 131 (51.56% from 255) = 25.79%
R=40.16%
G=34.06%
B=25.79%

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
Decimal20417313100.150.360.234.5241.7165.69
HexCCAD830F2414232a42
Octal31425520301744244352102
Binary11001100101011011000001101111100100101001000111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD83; }

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

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

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

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

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

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

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

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