Html Css Color HEX #C9A29B Eunry

📋 copy color: '#C9A29B'

red 201 ◦ green 162 ◦ blue 155

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

Shades of Eunry #C9A29B

Tints of Eunry #C9A29B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.27%

 BLUE value IS 155 (60.94% from 255) = 29.92%

R = 38.8%
G = 31.27%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9A29B (or 0xC9A29B) is known color: Eunry. HEX triplet: C9, A2 and 9B. RGB value is (201,162,155). Sum of RGB (Red+Green+Blue) = 201+162+155=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A29B is #365D64. Grayscale: #ACACAC. Windows color (decimal): -3562853 or 10199753. OLE color: 10199753.

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

Color convert

RGB 201 162 155 -
CMYK 0 0.19 0.23 0.21
HSL 9.13º 0.3% 0.7% -
HSV(B) 9.13º 0.23% 0.79% -
XYZ 42.92 40.62 36.59 -
YUV 172.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 201 162 155 0 0.19 0.23 0.21 9.13 0.3 0.7
Hex C9 A2 9B 0 13 17 15 9 1E 46
Octal 311 242 233 0 23 27 25 11 36 106
Binary 11001001 10100010 10011011 0 10011 10111 10101 1001 11110 1000110

Color Harmonies of #C9A29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A29B

Black with #C9A29B

Text Example


Text Example

White with #C9A29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A29B; }

 p { color: rgb(201,162,155); }

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

background-color css

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

 a { background-color: rgb(201,162,155); }

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

border-color css

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

 span { border-color: rgb(201,162,155); }

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