#CCAA7F

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

Shades of Cameo #CCAA7F

Tints of Cameo #CCAA7F

Color information

#CCAA7F (or 0xCCAA7F) is unknown color: approx Cameo. HEX triplet: CC, AA and 7F. RGB value is (204,170,127). Sum of RGB (Red+Green+Blue) = 204+170+127=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA7F is #335580. Grayscale: #AFAFAF. Windows color (decimal): -3364225 or 8366796. OLE color: 8366796.

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

Color convert

RGB204170127-
CMYK00.170.380.2
HSL33.51º43.02%64.9%-
HSV(B)33.51º37.75%80%-
XYZ43.1143.1226.13-
YUV175.26100.76148.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 127 (50% from 255) = 25.35%
R=40.72%
G=33.93%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417012700.170.380.233.5143.0264.9
HexCCAA7F0112614222b41
Octal31425217702146244253101
Binary11001100101010101111111010001100110101001000101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA7F; }

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

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

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

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

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

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

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

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