Html Css Color HEX #C48AA6 Viola

📋 copy color: '#C48AA6'

red 196 ◦ green 138 ◦ blue 166

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

Shades of Viola #C48AA6

Tints of Viola #C48AA6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.6%

 BLUE value IS 166 (65.23% from 255) = 33.2%

R = 39.2%
G = 27.6%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C48AA6 (or 0xC48AA6) is known color: Viola. HEX triplet: C4, 8A and A6. RGB value is (196,138,166). Sum of RGB (Red+Green+Blue) = 196+138+166=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48AA6 is #3B7559. Grayscale: #9E9E9E. Windows color (decimal): -3896666 or 10914500. OLE color: 10914500.

HSL color Cylindrical-coordinate representation of color #C48AA6: hue angle of 331.03º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48AA6 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 138 166 -
CMYK 0 0.30 0.15 0.23
HSL 331.03º 0.33% 0.65% -
HSV(B) 331.03º 0.3% 0.77% -
XYZ 38.74 32.67 40.34 -
YUV 158.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 196 138 166 0 0.30 0.15 0.23 331.03 0.33 0.65
Hex C4 8A A6 0 1E F 17 14B 21 41
Octal 304 212 246 0 36 17 27 513 41 101
Binary 11000100 10001010 10100110 0 11110 1111 10111 101001011 100001 1000001

Color Harmonies of #C48AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48AA6

Black with #C48AA6

Text Example


Text Example

White with #C48AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48AA6; }

 p { color: rgb(196,138,166); }

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

background-color css

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

 a { background-color: rgb(196,138,166); }

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

border-color css

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

 span { border-color: rgb(196,138,166); }

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