Html Css Color HEX #C49099 Viola

📋 copy color: '#C49099'

red 196 ◦ green 144 ◦ blue 153

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

Shades of Viola #C49099

Tints of Viola #C49099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.21%

 BLUE value IS 153 (60.16% from 255) = 31.03%

R = 39.76%
G = 29.21%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C49099 (or 0xC49099) is known color: Viola. HEX triplet: C4, 90 and 99. RGB value is (196,144,153). Sum of RGB (Red+Green+Blue) = 196+144+153=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C49099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49099 is #3B6F66. Grayscale: #A0A0A0. Windows color (decimal): -3895143 or 10064068. OLE color: 10064068.

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

Color convert

RGB 196 144 153 -
CMYK 0 0.27 0.22 0.23
HSL 349.62º 0.31% 0.67% -
HSV(B) 349.62º 0.27% 0.77% -
XYZ 38.49 33.98 34.67 -
YUV 160.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 196 144 153 0 0.27 0.22 0.23 349.62 0.31 0.67
Hex C4 90 99 0 1B 16 17 15E 1F 43
Octal 304 220 231 0 33 26 27 536 37 103
Binary 11000100 10010000 10011001 0 11011 10110 10111 101011110 11111 1000011

Color Harmonies of #C49099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49099

Black with #C49099

Text Example


Text Example

White with #C49099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49099; }

 p { color: rgb(196,144,153); }

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

background-color css

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

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

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

border-color css

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

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

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