Html Css Color HEX #C9A69F Eunry

📋 copy color: '#C9A69F'

red 201 ◦ green 166 ◦ blue 159

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

Shades of Eunry #C9A69F

Tints of Eunry #C9A69F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.56%

 BLUE value IS 159 (62.5% from 255) = 30.23%

R = 38.21%
G = 31.56%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9A69F (or 0xC9A69F) is known color: Eunry. HEX triplet: C9, A6 and 9F. RGB value is (201,166,159). Sum of RGB (Red+Green+Blue) = 201+166+159=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A69F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A69F is #365960. Grayscale: #AFAFAF. Windows color (decimal): -3561825 or 10462921. OLE color: 10462921.

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

Color convert

RGB 201 166 159 -
CMYK 0 0.17 0.21 0.21
HSL 10º 0.28% 0.71% -
HSV(B) 10º 0.21% 0.79% -
XYZ 43.98 42.19 38.63 -
YUV 175.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 201 166 159 0 0.17 0.21 0.21 10 0.28 0.71
Hex C9 A6 9F 0 11 15 15 A 1C 47
Octal 311 246 237 0 21 25 25 12 34 107
Binary 11001001 10100110 10011111 0 10001 10101 10101 1010 11100 1000111

Color Harmonies of #C9A69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A69F

Black with #C9A69F

Text Example


Text Example

White with #C9A69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A69F; }

 p { color: rgb(201,166,159); }

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

background-color css

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

 a { background-color: rgb(201,166,159); }

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

border-color css

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

 span { border-color: rgb(201,166,159); }

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