Html Css Color HEX #C49CAA Viola

📋 copy color: '#C49CAA'

red 196 ◦ green 156 ◦ blue 170

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

Shades of Viola #C49CAA

Tints of Viola #C49CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.89%

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

R = 37.55%
G = 29.89%
B = 32.57%

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

#C49CAA (or 0xC49CAA) is known color: Viola. HEX triplet: C4, 9C and AA. RGB value is (196,156,170). Sum of RGB (Red+Green+Blue) = 196+156+170=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C49CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49CAA is #3B6355. Grayscale: #A9A9A9. Windows color (decimal): -3892054 or 11181252. OLE color: 11181252.

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

Color convert

RGB 196 156 170 -
CMYK 0 0.20 0.13 0.23
HSL 339º 0.25% 0.69% -
HSV(B) 339º 0.2% 0.77% -
XYZ 41.91 38.41 43.24 -
YUV 169.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 196 156 170 0 0.20 0.13 0.23 339 0.25 0.69
Hex C4 9C AA 0 14 D 17 153 19 45
Octal 304 234 252 0 24 15 27 523 31 105
Binary 11000100 10011100 10101010 0 10100 1101 10111 101010011 11001 1000101

Color Harmonies of #C49CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49CAA

Black with #C49CAA

Text Example


Text Example

White with #C49CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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