Html Css Color HEX #C49D9B Eunry

📋 copy color: '#C49D9B'

red 196 ◦ green 157 ◦ blue 155

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

Shades of Eunry #C49D9B

Tints of Eunry #C49D9B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.91%

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

R = 38.58%
G = 30.91%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C49D9B (or 0xC49D9B) is known color: Eunry. HEX triplet: C4, 9D and 9B. RGB value is (196,157,155). Sum of RGB (Red+Green+Blue) = 196+157+155=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49D9B is #3B6264. Grayscale: #A8A8A8. Windows color (decimal): -3891813 or 10198468. OLE color: 10198468.

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

Color convert

RGB 196 157 155 -
CMYK 0 0.20 0.21 0.23
HSL 2.93º 0.26% 0.69% -
HSV(B) 2.93º 0.21% 0.77% -
XYZ 40.74 38.22 36.24 -
YUV 168.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 196 157 155 0 0.20 0.21 0.23 2.93 0.26 0.69
Hex C4 9D 9B 0 14 15 17 3 1A 45
Octal 304 235 233 0 24 25 27 3 32 105
Binary 11000100 10011101 10011011 0 10100 10101 10111 11 11010 1000101

Color Harmonies of #C49D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49D9B

Black with #C49D9B

Text Example


Text Example

White with #C49D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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