#C8ABA6

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

Shades of Eunry #C8ABA6

Tints of Eunry #C8ABA6

Color information

#C8ABA6 (or 0xC8ABA6) is unknown color: approx Eunry. HEX triplet: C8, AB and A6. RGB value is (200,171,166). Sum of RGB (Red+Green+Blue) = 200+171+166=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ABA6 is #375459. Grayscale: #B3B3B3. Windows color (decimal): -3626074 or 10922952. OLE color: 10922952.

HSL color Cylindrical-coordinate representation of color #C8ABA6: hue angle of 8.82º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8ABA6 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB200171166-
CMYK00.140.170.22
HSL8.82º23.61%71.76%-
HSV(B)8.82º17%78.43%-
XYZ45.2744.1642.21-
YUV179.1120.61142.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.24%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 166 (65.23% from 255) = 30.91%
R=37.24%
G=31.84%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017116600.140.170.228.8223.6171.76
HexC8ABA60E111691848
Octal31025324601621261130110
Binary1100100010101011101001100111010001101101001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABA6; }

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

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

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

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

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

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

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

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