#CCA790

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

Shades of Cameo #CCA790

Tints of Cameo #CCA790

Color information

#CCA790 (or 0xCCA790) is unknown color: approx Cameo. HEX triplet: CC, A7 and 90. RGB value is (204,167,144). Sum of RGB (Red+Green+Blue) = 204+167+144=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA790 is #33586F. Grayscale: #AFAFAF. Windows color (decimal): -3364976 or 9480140. OLE color: 9480140.

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

Color convert

RGB204167144-
CMYK00.180.290.2
HSL23º37.04%68.24%-
HSV(B)23º29.41%80%-
XYZ43.7542.4932.28-
YUV175.44110.26148.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 167 (65.62% from 255) = 32.43%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=39.61%
G=32.43%
B=27.96%

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
Decimal20416714400.180.290.22337.0468.24
HexCCA7900121D14172544
Octal31424722002235242745104
Binary1100110010100111100100000100101110110100101111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA790; }

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

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

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

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

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

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

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

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