#CCAA83

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

Shades of Cameo #CCAA83

Tints of Cameo #CCAA83

Color information

#CCAA83 (or 0xCCAA83) is unknown color: approx Cameo. HEX triplet: CC, AA and 83. RGB value is (204,170,131). Sum of RGB (Red+Green+Blue) = 204+170+131=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA83 is #33557C. Grayscale: #AFAFAF. Windows color (decimal): -3364221 or 8628940. OLE color: 8628940.

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

Color convert

RGB204170131-
CMYK00.170.360.2
HSL32.05º41.71%65.69%-
HSV(B)32.05º35.78%80%-
XYZ43.3743.2327.53-
YUV175.72102.76148.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=40.40%
G=33.66%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417013100.170.360.232.0541.7165.69
HexCCAA830112414202a42
Octal31425220302144244052102
Binary110011001010101010000011010001100100101001000001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA83; }

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

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

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

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

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

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

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

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