Html Css Color HEX #C9A99E Eunry

📋 copy color: '#C9A99E'

red 201 ◦ green 169 ◦ blue 158

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

Shades of Eunry #C9A99E

Tints of Eunry #C9A99E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.01%

 BLUE value IS 158 (62.11% from 255) = 29.92%

R = 38.07%
G = 32.01%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9A99E (or 0xC9A99E) is known color: Eunry. HEX triplet: C9, A9 and 9E. RGB value is (201,169,158). Sum of RGB (Red+Green+Blue) = 201+169+158=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A99E is #365661. Grayscale: #B1B1B1. Windows color (decimal): -3561058 or 10398153. OLE color: 10398153.

HSL color Cylindrical-coordinate representation of color #C9A99E: hue angle of 15.35º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9A99E is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 169 158 -
CMYK 0 0.16 0.21 0.21
HSL 15.35º 0.28% 0.7% -
HSV(B) 15.35º 0.21% 0.79% -
XYZ 44.45 43.26 38.36 -
YUV 177.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 201 169 158 0 0.16 0.21 0.21 15.35 0.28 0.7
Hex C9 A9 9E 0 10 15 15 F 1C 46
Octal 311 251 236 0 20 25 25 17 34 106
Binary 11001001 10101001 10011110 0 10000 10101 10101 1111 11100 1000110

Color Harmonies of #C9A99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A99E

Black with #C9A99E

Text Example


Text Example

White with #C9A99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A99E; }

 p { color: rgb(201,169,158); }

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

background-color css

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

 a { background-color: rgb(201,169,158); }

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

border-color css

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

 span { border-color: rgb(201,169,158); }

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