Html Css Color HEX #C49E9D Eunry

📋 copy color: '#C49E9D'

red 196 ◦ green 158 ◦ blue 157

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

Shades of Eunry #C49E9D

Tints of Eunry #C49E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.72%

R = 38.36%
G = 30.92%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C49E9D (or 0xC49E9D) is known color: Eunry. HEX triplet: C4, 9E and 9D. RGB value is (196,158,157). Sum of RGB (Red+Green+Blue) = 196+158+157=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E9D is #3B6162. Grayscale: #A9A9A9. Windows color (decimal): -3891555 or 10329796. OLE color: 10329796.

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

Color convert

RGB 196 158 157 -
CMYK 0 0.19 0.20 0.23
HSL 1.54º 0.25% 0.69% -
HSV(B) 1.54º 0.2% 0.77% -
XYZ 41.08 38.62 37.19 -
YUV 169.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 196 158 157 0 0.19 0.20 0.23 1.54 0.25 0.69
Hex C4 9E 9D 0 13 14 17 2 19 45
Octal 304 236 235 0 23 24 27 2 31 105
Binary 11000100 10011110 10011101 0 10011 10100 10111 10 11001 1000101

Color Harmonies of #C49E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E9D

Black with #C49E9D

Text Example


Text Example

White with #C49E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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