Html Css Color HEX #C5A19B Eunry

📋 copy color: '#C5A19B'

red 197 ◦ green 161 ◦ blue 155

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

Shades of Eunry #C5A19B

Tints of Eunry #C5A19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.38%

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

R = 38.4%
G = 31.38%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5A19B (or 0xC5A19B) is known color: Eunry. HEX triplet: C5, A1 and 9B. RGB value is (197,161,155). Sum of RGB (Red+Green+Blue) = 197+161+155=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A19B is #3A5E64. Grayscale: #ABABAB. Windows color (decimal): -3825253 or 10199493. OLE color: 10199493.

HSL color Cylindrical-coordinate representation of color #C5A19B: hue angle of 8.57º 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 #C5A19B is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 161 155 -
CMYK 0 0.18 0.21 0.23
HSL 8.57º 0.27% 0.69% -
HSV(B) 8.57º 0.21% 0.77% -
XYZ 41.69 39.73 36.48 -
YUV 171.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 197 161 155 0 0.18 0.21 0.23 8.57 0.27 0.69
Hex C5 A1 9B 0 12 15 17 9 1B 45
Octal 305 241 233 0 22 25 27 11 33 105
Binary 11000101 10100001 10011011 0 10010 10101 10111 1001 11011 1000101

Color Harmonies of #C5A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A19B

Black with #C5A19B

Text Example


Text Example

White with #C5A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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