#CCAA8A

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

Shades of Cameo #CCAA8A

Tints of Cameo #CCAA8A

Color information

#CCAA8A (or 0xCCAA8A) is unknown color: approx Cameo. HEX triplet: CC, AA and 8A. RGB value is (204,170,138). Sum of RGB (Red+Green+Blue) = 204+170+138=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA8A is #335575. Grayscale: #B0B0B0. Windows color (decimal): -3364214 or 9087692. OLE color: 9087692.

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

Color convert

RGB204170138-
CMYK00.170.320.2
HSL29.09º39.29%67.06%-
HSV(B)29.09º32.35%80%-
XYZ43.8643.4230.11-
YUV176.52106.26147.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=39.84%
G=33.20%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417013800.170.320.229.0939.2967.06
HexCCAA8A01120141d2743
Octal31425221202140243547103
Binary11001100101010101000101001000110000010100111011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA8A; }

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

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

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

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

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

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

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

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