Html Css Color HEX #C49E9E Eunry

📋 copy color: '#C49E9E'

red 196 ◦ green 158 ◦ blue 158

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

Shades of Eunry #C49E9E

Tints of Eunry #C49E9E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.86%

 BLUE value IS 158 (62.11% from 255) = 30.86%

R = 38.28%
G = 30.86%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C49E9E (or 0xC49E9E) is known color: Eunry. HEX triplet: C4, 9E and 9E. RGB value is (196,158,158). Sum of RGB (Red+Green+Blue) = 196+158+158=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E9E is #3B6161. Grayscale: #A9A9A9. Windows color (decimal): -3891554 or 10395332. OLE color: 10395332.

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

Color convert

RGB 196 158 158 -
CMYK 0 0.19 0.19 0.23
HSL 0.24% 0.69% -
HSV(B) 0.19% 0.77% -
XYZ 41.16 38.66 37.64 -
YUV 169.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 196 158 158 0 0.19 0.19 0.23 0 0.24 0.69
Hex C4 9E 9E 0 13 13 17 0 18 45
Octal 304 236 236 0 23 23 27 0 30 105
Binary 11000100 10011110 10011110 0 10011 10011 10111 0 11000 1000101

Color Harmonies of #C49E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E9E

Black with #C49E9E

Text Example


Text Example

White with #C49E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E9E; }

 p { color: rgb(196,158,158); }

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

background-color css

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

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

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

border-color css

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

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

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