#C48A9A

Color #C48A9A Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #C48A9A

Tints of Viola #C48A9A

Color information

#C48A9A (or 0xC48A9A) is unknown color: approx Viola. HEX triplet: C4, 8A and 9A. RGB value is (196,138,154). Sum of RGB (Red+Green+Blue) = 196+138+154=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48A9A is #3B7565. Grayscale: #9D9D9D. Windows color (decimal): -3896678 or 10128068. OLE color: 10128068.

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

Color convert

RGB196138154-
CMYK00.300.210.23
HSL343.45º32.95%65.49%-
HSV(B)343.45º29.59%76.86%-
XYZ37.6932.2534.81-
YUV157.17126.22155.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=40.16%
G=28.28%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613815400.300.210.23343.4532.9565.49
HexC48A9A01E15171572141
Octal304212232036252752741101
Binary11000100100010101001101001111010101101111010101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A9A; }

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

 H1.HeaderClassName
 {
   color: #C48A9A;
 }
 .AnyTagClassName
 {
   color: #C48A9A;
 }
</style>
background-color css

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

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

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

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

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

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