#C8ABA4

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

Shades of Eunry #C8ABA4

Tints of Eunry #C8ABA4

Color information

#C8ABA4 (or 0xC8ABA4) is unknown color: approx Eunry. HEX triplet: C8, AB and A4. RGB value is (200,171,164). Sum of RGB (Red+Green+Blue) = 200+171+164=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ABA4 is #37545B. Grayscale: #B2B2B2. Windows color (decimal): -3626076 or 10791880. OLE color: 10791880.

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

Color convert

RGB200171164-
CMYK00.140.180.22
HSL11.67º24.66%71.37%-
HSV(B)11.67º18%78.43%-
XYZ45.0844.0941.26-
YUV178.87119.61143.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 164 (64.45% from 255) = 30.65%
R=37.38%
G=31.96%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017116400.140.180.2211.6724.6671.37
HexC8ABA40E1216c1947
Octal31025324401622261431107
Binary1100100010101011101001000111010010101101100110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABA4; }

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

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

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

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

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

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

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

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