Html Css Color HEX #C9A095 Eunry

📋 copy color: '#C9A095'

red 201 ◦ green 160 ◦ blue 149

#C9A095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eunry #C9A095

Tints of Eunry #C9A095

RGB

 RED value IS 201 (78.91% from 255) = 39.41%

 GREEN value IS 160 (62.89% from 255) = 31.37%

 BLUE value IS 149 (58.59% from 255) = 29.22%

R = 39.41%
G = 31.37%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C9A095 (or 0xC9A095) is known color: Eunry. HEX triplet: C9, A0 and 95. RGB value is (201,160,149). Sum of RGB (Red+Green+Blue) = 201+160+149=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A095 is #365F6A. Grayscale: #ABABAB. Windows color (decimal): -3563371 or 9806025. OLE color: 9806025.

HSL color Cylindrical-coordinate representation of color #C9A095: hue angle of 12.69º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9A095 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 160 149 -
CMYK 0 0.20 0.26 0.21
HSL 12.69º 0.33% 0.69% -
HSV(B) 12.69º 0.26% 0.79% -
XYZ 42.08 39.73 33.88 -
YUV 171.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 201 160 149 0 0.20 0.26 0.21 12.69 0.33 0.69
Hex C9 A0 95 0 14 1A 15 D 20 45
Octal 311 240 225 0 24 32 25 15 40 105
Binary 11001001 10100000 10010101 0 10100 11010 10101 1101 100000 1000101

Color Harmonies of #C9A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A095

Black with #C9A095

Text Example


Text Example

White with #C9A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A095; }

 p { color: rgb(201,160,149); }

 H1.HeaderClassName
 {
   color: #C9A095;
 }
 .AnyTagClassName
 {
   color: #C9A095;
 }
</style>

background-color css

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

 a { background-color: rgb(201,160,149); }

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

border-color css

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

 span { border-color: rgb(201,160,149); }

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