Html Css Color HEX #C49299 Viola

📋 copy color: '#C49299'

red 196 ◦ green 146 ◦ blue 153

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

Shades of Viola #C49299

Tints of Viola #C49299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.49%

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

R = 39.6%
G = 29.49%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C49299 (or 0xC49299) is known color: Viola. HEX triplet: C4, 92 and 99. RGB value is (196,146,153). Sum of RGB (Red+Green+Blue) = 196+146+153=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C49299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49299 is #3B6D66. Grayscale: #A1A1A1. Windows color (decimal): -3894631 or 10064580. OLE color: 10064580.

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

Color convert

RGB 196 146 153 -
CMYK 0 0.26 0.22 0.23
HSL 351.6º 0.3% 0.67% -
HSV(B) 351.6º 0.26% 0.77% -
XYZ 38.79 34.59 34.77 -
YUV 161.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 196 146 153 0 0.26 0.22 0.23 351.6 0.3 0.67
Hex C4 92 99 0 1A 16 17 160 1E 43
Octal 304 222 231 0 32 26 27 540 36 103
Binary 11000100 10010010 10011001 0 11010 10110 10111 101100000 11110 1000011

Color Harmonies of #C49299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49299

Black with #C49299

Text Example


Text Example

White with #C49299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49299; }

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

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

background-color css

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

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

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

border-color css

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

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

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