#CCAE83

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

Shades of Calico #CCAE83

Tints of Calico #CCAE83

Color information

#CCAE83 (or 0xCCAE83) is unknown color: approx Calico. HEX triplet: CC, AE and 83. RGB value is (204,174,131). Sum of RGB (Red+Green+Blue) = 204+174+131=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE83 is #33517C. Grayscale: #B2B2B2. Windows color (decimal): -3363197 or 8629964. OLE color: 8629964.

HSL color Cylindrical-coordinate representation of color #CCAE83: hue angle of 35.34º 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 #CCAE83 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB204174131-
CMYK00.150.360.2
HSL35.34º41.71%65.69%-
HSV(B)35.34º35.78%80%-
XYZ44.1344.7527.78-
YUV178.07101.44146.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 131 (51.56% from 255) = 25.74%
R=40.08%
G=34.18%
B=25.74%

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
Decimal20417413100.150.360.235.3441.7165.69
HexCCAE830F2414232a42
Octal31425620301744244352102
Binary11001100101011101000001101111100100101001000111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAE83; }

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

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

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

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

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

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

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

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