#CCA890

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

Shades of Cameo #CCA890

Tints of Cameo #CCA890

Color information

#CCA890 (or 0xCCA890) is unknown color: approx Cameo. HEX triplet: CC, A8 and 90. RGB value is (204,168,144). Sum of RGB (Red+Green+Blue) = 204+168+144=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA890 is #33576F. Grayscale: #B0B0B0. Windows color (decimal): -3364720 or 9480396. OLE color: 9480396.

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

Color convert

RGB204168144-
CMYK00.180.290.2
HSL24º37.04%68.24%-
HSV(B)24º29.41%80%-
XYZ43.9442.8632.34-
YUV176.03109.93147.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 168 (66.02% from 255) = 32.56%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=39.53%
G=32.56%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416814400.180.290.22437.0468.24
HexCCA8900121D14182544
Octal31425022002235243045104
Binary1100110010101000100100000100101110110100110001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA890; }

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

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

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

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

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

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

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

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