Html Css Color HEX #C49AAA Viola

📋 copy color: '#C49AAA'

red 196 ◦ green 154 ◦ blue 170

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

Shades of Viola #C49AAA

Tints of Viola #C49AAA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.62%

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

R = 37.69%
G = 29.62%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C49AAA (or 0xC49AAA) is known color: Viola. HEX triplet: C4, 9A and AA. RGB value is (196,154,170). Sum of RGB (Red+Green+Blue) = 196+154+170=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49AAA is #3B6555. Grayscale: #A8A8A8. Windows color (decimal): -3892566 or 11180740. OLE color: 11180740.

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

Color convert

RGB 196 154 170 -
CMYK 0 0.21 0.13 0.23
HSL 337.14º 0.26% 0.69% -
HSV(B) 337.14º 0.21% 0.77% -
XYZ 41.58 37.75 43.13 -
YUV 168.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 196 154 170 0 0.21 0.13 0.23 337.14 0.26 0.69
Hex C4 9A AA 0 15 D 17 151 1A 45
Octal 304 232 252 0 25 15 27 521 32 105
Binary 11000100 10011010 10101010 0 10101 1101 10111 101010001 11010 1000101

Color Harmonies of #C49AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AAA

Black with #C49AAA

Text Example


Text Example

White with #C49AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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