#C8A69A

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

Shades of Eunry #C8A69A

Tints of Eunry #C8A69A

Color information

#C8A69A (or 0xC8A69A) is unknown color: approx Eunry. HEX triplet: C8, A6 and 9A. RGB value is (200,166,154). Sum of RGB (Red+Green+Blue) = 200+166+154=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A69A is #375965. Grayscale: #AEAEAE. Windows color (decimal): -3627366 or 10135240. OLE color: 10135240.

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

Color convert

RGB200166154-
CMYK00.170.230.22
HSL15.65º29.49%69.41%-
HSV(B)15.65º23%78.43%-
XYZ43.2941.8836.37-
YUV174.8116.26145.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=38.46%
G=31.92%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016615400.170.230.2215.6529.4969.41
HexC8A69A0111716101d45
Octal31024623202127262035105
Binary110010001010011010011010010001101111011010000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A69A; }

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

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

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

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

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

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

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

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