Html Css Color HEX #C49DAA Viola

📋 copy color: '#C49DAA'

red 196 ◦ green 157 ◦ blue 170

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

Shades of Viola #C49DAA

Tints of Viola #C49DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.02%

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 37.48%
G = 30.02%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C49DAA (or 0xC49DAA) is known color: Viola. HEX triplet: C4, 9D and AA. RGB value is (196,157,170). Sum of RGB (Red+Green+Blue) = 196+157+170=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C49DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49DAA is #3B6255. Grayscale: #AAAAAA. Windows color (decimal): -3891798 or 11181508. OLE color: 11181508.

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

Color convert

RGB 196 157 170 -
CMYK 0 0.20 0.13 0.23
HSL 340º 0.25% 0.69% -
HSV(B) 340º 0.2% 0.77% -
XYZ 42.08 38.75 43.29 -
YUV 170.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 196 157 170 0 0.20 0.13 0.23 340 0.25 0.69
Hex C4 9D AA 0 14 D 17 154 19 45
Octal 304 235 252 0 24 15 27 524 31 105
Binary 11000100 10011101 10101010 0 10100 1101 10111 101010100 11001 1000101

Color Harmonies of #C49DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49DAA

Black with #C49DAA

Text Example


Text Example

White with #C49DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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