#CCAA81

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

Shades of Cameo #CCAA81

Tints of Cameo #CCAA81

Color information

#CCAA81 (or 0xCCAA81) is unknown color: approx Cameo. HEX triplet: CC, AA and 81. RGB value is (204,170,129). Sum of RGB (Red+Green+Blue) = 204+170+129=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA81 is #33557E. Grayscale: #AFAFAF. Windows color (decimal): -3364223 or 8497868. OLE color: 8497868.

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

Color convert

RGB204170129-
CMYK00.170.370.2
HSL32.8º42.37%65.29%-
HSV(B)32.8º36.76%80%-
XYZ43.2443.1726.82-
YUV175.49101.76148.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 129 (50.78% from 255) = 25.65%
R=40.56%
G=33.80%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417012900.170.370.232.842.3765.29
HexCCAA810112514212a41
Octal31425220102145244152101
Binary110011001010101010000001010001100101101001000011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA81; }

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

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

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

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

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

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

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

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