#C8A99B

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

Shades of Eunry #C8A99B

Tints of Eunry #C8A99B

Color information

#C8A99B (or 0xC8A99B) is unknown color: approx Eunry. HEX triplet: C8, A9 and 9B. RGB value is (200,169,155). Sum of RGB (Red+Green+Blue) = 200+169+155=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A99B is #375664. Grayscale: #B0B0B0. Windows color (decimal): -3626597 or 10201544. OLE color: 10201544.

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

Color convert

RGB200169155-
CMYK00.160.220.22
HSL18.67º29.03%69.61%-
HSV(B)18.67º22.5%78.43%-
XYZ43.9243.0237-
YUV176.67115.77144.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.17%
GREEN value IS 169 (66.41% from 255) = 32.25%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=38.17%
G=32.25%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016915500.160.220.2218.6729.0369.61
HexC8A99B0101616131d46
Octal31025123302026262335106
Binary110010001010100110011011010000101101011010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A99B; }

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

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

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

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

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

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

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

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