#CCA696

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

Shades of Eunry #CCA696

Tints of Eunry #CCA696

Color information

#CCA696 (or 0xCCA696) is unknown color: approx Eunry. HEX triplet: CC, A6 and 96. RGB value is (204,166,150). Sum of RGB (Red+Green+Blue) = 204+166+150=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA696 is #335969. Grayscale: #AFAFAF. Windows color (decimal): -3365226 or 9873100. OLE color: 9873100.

HSL color Cylindrical-coordinate representation of color #CCA696: hue angle of 17.78º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA696 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB204166150-
CMYK00.190.260.2
HSL17.78º34.62%69.41%-
HSV(B)17.78º26.47%80%-
XYZ44.0442.3134.7-
YUV175.54113.59148.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.23%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=39.23%
G=31.92%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416615000.190.260.217.7834.6269.41
HexCCA6960131A14122345
Octal31424622602332242243105
Binary1100110010100110100101100100111101010100100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA696; }

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

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

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

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

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

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

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

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