#C8ACA4

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

Shades of Eunry #C8ACA4

Tints of Eunry #C8ACA4

Color information

#C8ACA4 (or 0xC8ACA4) is unknown color: approx Eunry. HEX triplet: C8, AC and A4. RGB value is (200,172,164). Sum of RGB (Red+Green+Blue) = 200+172+164=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8ACA4 is #37535B. Grayscale: #B3B3B3. Windows color (decimal): -3625820 or 10792136. OLE color: 10792136.

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

Color convert

RGB200172164-
CMYK00.140.180.22
HSL13.33º24.66%71.37%-
HSV(B)13.33º18%78.43%-
XYZ45.2744.4641.32-
YUV179.46119.28142.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=37.31%
G=32.09%
B=30.60%

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
Decimal20017216400.140.180.2213.3324.6671.37
HexC8ACA40E1216d1947
Octal31025424401622261531107
Binary1100100010101100101001000111010010101101101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACA4; }

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

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

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

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

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

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

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

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