Html Css Color HEX #C48DA2 Viola

📋 copy color: '#C48DA2'

red 196 ◦ green 141 ◦ blue 162

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

Shades of Viola #C48DA2

Tints of Viola #C48DA2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.26%

 BLUE value IS 162 (63.67% from 255) = 32.46%

R = 39.28%
G = 28.26%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C48DA2 (or 0xC48DA2) is known color: Viola. HEX triplet: C4, 8D and A2. RGB value is (196,141,162). Sum of RGB (Red+Green+Blue) = 196+141+162=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48DA2 is #3B725D. Grayscale: #9F9F9F. Windows color (decimal): -3895902 or 10653124. OLE color: 10653124.

HSL color Cylindrical-coordinate representation of color #C48DA2: hue angle of 337.09º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48DA2 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 141 162 -
CMYK 0 0.28 0.17 0.23
HSL 337.09º 0.32% 0.66% -
HSV(B) 337.09º 0.28% 0.77% -
XYZ 38.81 33.39 38.58 -
YUV 159.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 196 141 162 0 0.28 0.17 0.23 337.09 0.32 0.66
Hex C4 8D A2 0 1C 11 17 151 20 42
Octal 304 215 242 0 34 21 27 521 40 102
Binary 11000100 10001101 10100010 0 11100 10001 10111 101010001 100000 1000010

Color Harmonies of #C48DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DA2

Black with #C48DA2

Text Example


Text Example

White with #C48DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DA2; }

 p { color: rgb(196,141,162); }

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

background-color css

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

 a { background-color: rgb(196,141,162); }

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

border-color css

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

 span { border-color: rgb(196,141,162); }

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