#CCA791

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

Shades of Cameo #CCA791

Tints of Cameo #CCA791

Color information

#CCA791 (or 0xCCA791) is unknown color: approx Cameo. HEX triplet: CC, A7 and 91. RGB value is (204,167,145). Sum of RGB (Red+Green+Blue) = 204+167+145=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA791 is #33586E. Grayscale: #AFAFAF. Windows color (decimal): -3364975 or 9545676. OLE color: 9545676.

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

Color convert

RGB204167145-
CMYK00.180.290.2
HSL22.37º36.65%68.43%-
HSV(B)22.37º28.92%80%-
XYZ43.8342.5232.68-
YUV175.55110.76148.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=39.53%
G=32.36%
B=28.10%

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
Decimal20416714500.180.290.222.3736.6568.43
HexCCA7910121D14162544
Octal31424722102235242645104
Binary1100110010100111100100010100101110110100101101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA791; }

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

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

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

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

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

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

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

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