Html Css Color HEX #C49E9C Eunry

📋 copy color: '#C49E9C'

red 196 ◦ green 158 ◦ blue 156

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

Shades of Eunry #C49E9C

Tints of Eunry #C49E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.59%

R = 38.43%
G = 30.98%
B = 30.59%

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

#C49E9C (or 0xC49E9C) is known color: Eunry. HEX triplet: C4, 9E and 9C. RGB value is (196,158,156). Sum of RGB (Red+Green+Blue) = 196+158+156=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E9C is #3B6163. Grayscale: #A9A9A9. Windows color (decimal): -3891556 or 10264260. OLE color: 10264260.

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

Color convert

RGB 196 158 156 -
CMYK 0 0.19 0.20 0.23
HSL 0.25% 0.69% -
HSV(B) 0.2% 0.77% -
XYZ 40.99 38.59 36.74 -
YUV 169.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 196 158 156 0 0.19 0.20 0.23 3 0.25 0.69
Hex C4 9E 9C 0 13 14 17 3 19 45
Octal 304 236 234 0 23 24 27 3 31 105
Binary 11000100 10011110 10011100 0 10011 10100 10111 11 11001 1000101

Color Harmonies of #C49E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49E9C

Black with #C49E9C

Text Example


Text Example

White with #C49E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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