Html Css Color HEX #C49B97 Eunry

📋 copy color: '#C49B97'

red 196 ◦ green 155 ◦ blue 151

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

Shades of Eunry #C49B97

Tints of Eunry #C49B97

RGB

 RED value IS 196 (76.95% from 255) = 39.04%

 GREEN value IS 155 (60.94% from 255) = 30.88%

 BLUE value IS 151 (59.38% from 255) = 30.08%

R = 39.04%
G = 30.88%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C49B97 (or 0xC49B97) is known color: Eunry. HEX triplet: C4, 9B and 97. RGB value is (196,155,151). Sum of RGB (Red+Green+Blue) = 196+155+151=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49B97 is #3B6468. Grayscale: #A6A6A6. Windows color (decimal): -3892329 or 9935812. OLE color: 9935812.

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

Color convert

RGB 196 155 151 -
CMYK 0 0.21 0.23 0.23
HSL 5.33º 0.28% 0.68% -
HSV(B) 5.33º 0.23% 0.77% -
XYZ 40.07 37.41 34.39 -
YUV 166.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 196 155 151 0 0.21 0.23 0.23 5.33 0.28 0.68
Hex C4 9B 97 0 15 17 17 5 1C 44
Octal 304 233 227 0 25 27 27 5 34 104
Binary 11000100 10011011 10010111 0 10101 10111 10111 101 11100 1000100

Color Harmonies of #C49B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49B97

Black with #C49B97

Text Example


Text Example

White with #C49B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49B97; }

 p { color: rgb(196,155,151); }

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

background-color css

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

 a { background-color: rgb(196,155,151); }

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

border-color css

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

 span { border-color: rgb(196,155,151); }

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