#C8A19B

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

Shades of Eunry #C8A19B

Tints of Eunry #C8A19B

Color information

#C8A19B (or 0xC8A19B) is unknown color: approx Eunry. HEX triplet: C8, A1 and 9B. RGB value is (200,161,155). Sum of RGB (Red+Green+Blue) = 200+161+155=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A19B is #375E64. Grayscale: #ACACAC. Windows color (decimal): -3628645 or 10199496. OLE color: 10199496.

HSL color Cylindrical-coordinate representation of color #C8A19B: hue angle of 8º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8A19B is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB200161155-
CMYK00.190.220.22
HSL29.03%69.61%-
HSV(B)22.5%78.43%-
XYZ42.4840.1436.52-
YUV171.98118.42147.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 161 (63.28% from 255) = 31.20%
BLUE value IS 155 (60.94% from 255) = 30.04%
R=38.76%
G=31.20%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016115500.190.220.22829.0369.61
HexC8A19B013161681d46
Octal31024123302326261035106
Binary11001000101000011001101101001110110101101000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A19B; }

 p { color: rgb(200,161,155); }

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

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

 a { background-color: rgb(200,161,155); }

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

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

 span { border-color: rgb(200,161,155); }

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