#CCABA6

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

Shades of Eunry #CCABA6

Tints of Eunry #CCABA6

Color information

#CCABA6 (or 0xCCABA6) is unknown color: approx Eunry. HEX triplet: CC, AB and A6. RGB value is (204,171,166). Sum of RGB (Red+Green+Blue) = 204+171+166=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCABA6 is #335459. Grayscale: #B4B4B4. Windows color (decimal): -3363930 or 10922956. OLE color: 10922956.

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

Color convert

RGB204171166-
CMYK00.160.190.2
HSL7.89º27.14%72.55%-
HSV(B)7.89º18.63%80%-
XYZ46.3544.7242.26-
YUV180.3119.93144.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.71%
GREEN value IS 171 (67.19% from 255) = 31.61%
BLUE value IS 166 (65.23% from 255) = 30.68%
R=37.71%
G=31.61%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417116600.160.190.27.8927.1472.55
HexCCABA6010131481b49
Octal31425324602023241033111
Binary11001100101010111010011001000010011101001000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCABA6; }

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

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

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

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

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

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

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

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