#C3949C

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

Shades of Viola #C3949C

Tints of Viola #C3949C

Color information

#C3949C (or 0xC3949C) is unknown color: approx Viola. HEX triplet: C3, 94 and 9C. RGB value is (195,148,156). Sum of RGB (Red+Green+Blue) = 195+148+156=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3949C is #3C6B63. Grayscale: #A2A2A2. Windows color (decimal): -3959652 or 10261699. OLE color: 10261699.

HSL color Cylindrical-coordinate representation of color #C3949C: hue angle of 349.79º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3949C is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB195148156-
CMYK00.240.200.24
HSL349.79º28.14%67.25%-
HSV(B)349.79º24.1%76.47%-
XYZ39.135.1836.18-
YUV162.96124.07150.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 148 (58.20% from 255) = 29.66%
BLUE value IS 156 (61.33% from 255) = 31.26%
R=39.08%
G=29.66%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514815600.240.200.24349.7928.1467.25
HexC3949C018141815e1c43
Octal303224234030243053634103
Binary1100001110010100100111000110001010011000101011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3949C; }

 p { color: rgb(195,148,156); }

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

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

 a { background-color: rgb(195,148,156); }

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

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

 span { border-color: rgb(195,148,156); }

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