#CCA690

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

Shades of Cameo #CCA690

Tints of Cameo #CCA690

Color information

#CCA690 (or 0xCCA690) is unknown color: approx Cameo. HEX triplet: CC, A6 and 90. RGB value is (204,166,144). Sum of RGB (Red+Green+Blue) = 204+166+144=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA690 is #33596F. Grayscale: #AEAEAE. Windows color (decimal): -3365232 or 9479884. OLE color: 9479884.

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

Color convert

RGB204166144-
CMYK00.190.290.2
HSL22º37.04%68.24%-
HSV(B)22º29.41%80%-
XYZ43.5742.1232.22-
YUV174.85110.59148.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 166 (65.23% from 255) = 32.30%
BLUE value IS 144 (56.64% from 255) = 28.02%
R=39.69%
G=32.30%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416614400.190.290.22237.0468.24
HexCCA6900131D14162544
Octal31424622002335242645104
Binary1100110010100110100100000100111110110100101101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA690; }

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

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

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

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

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

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

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

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