#CCA990

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

Shades of Cameo #CCA990

Tints of Cameo #CCA990

Color information

#CCA990 (or 0xCCA990) is unknown color: approx Cameo. HEX triplet: CC, A9 and 90. RGB value is (204,169,144). Sum of RGB (Red+Green+Blue) = 204+169+144=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA990 is #33566F. Grayscale: #B0B0B0. Windows color (decimal): -3364464 or 9480652. OLE color: 9480652.

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

Color convert

RGB204169144-
CMYK00.170.290.2
HSL25º37.04%68.24%-
HSV(B)25º29.41%80%-
XYZ44.1243.2332.4-
YUV176.61109.6147.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 144 (56.64% from 255) = 27.85%
R=39.46%
G=32.69%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416914400.170.290.22537.0468.24
HexCCA9900111D14192544
Octal31425122002135243145104
Binary1100110010101001100100000100011110110100110011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA990; }

 p { color: rgb(204,169,144); }

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

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

 a { background-color: rgb(204,169,144); }

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

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

 span { border-color: rgb(204,169,144); }

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