Html Css Color HEX #C5A09B Eunry

📋 copy color: '#C5A09B'

red 197 ◦ green 160 ◦ blue 155

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

Shades of Eunry #C5A09B

Tints of Eunry #C5A09B

RGB

 RED value IS 197 (77.34% from 255) = 38.48%

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

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

R = 38.48%
G = 31.25%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5A09B (or 0xC5A09B) is known color: Eunry. HEX triplet: C5, A0 and 9B. RGB value is (197,160,155). Sum of RGB (Red+Green+Blue) = 197+160+155=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A09B is #3A5F64. Grayscale: #AAAAAA. Windows color (decimal): -3825509 or 10199237. OLE color: 10199237.

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

Color convert

RGB 197 160 155 -
CMYK 0 0.19 0.21 0.23
HSL 7.14º 0.27% 0.69% -
HSV(B) 7.14º 0.21% 0.77% -
XYZ 41.51 39.38 36.42 -
YUV 170.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 197 160 155 0 0.19 0.21 0.23 7.14 0.27 0.69
Hex C5 A0 9B 0 13 15 17 7 1B 45
Octal 305 240 233 0 23 25 27 7 33 105
Binary 11000101 10100000 10011011 0 10011 10101 10111 111 11011 1000101

Color Harmonies of #C5A09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A09B

Black with #C5A09B

Text Example


Text Example

White with #C5A09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A09B; }

 p { color: rgb(197,160,155); }

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

background-color css

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

 a { background-color: rgb(197,160,155); }

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

border-color css

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

 span { border-color: rgb(197,160,155); }

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