#C5939B

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

Shades of Viola #C5939B

Tints of Viola #C5939B

Color information

#C5939B (or 0xC5939B) is unknown color: approx Viola. HEX triplet: C5, 93 and 9B. RGB value is (197,147,155). Sum of RGB (Red+Green+Blue) = 197+147+155=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 197 - color contains mainly: red. Hex color #C5939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5939B is #3A6C64. Grayscale: #A2A2A2. Windows color (decimal): -3828837 or 10195909. OLE color: 10195909.

HSL color Cylindrical-coordinate representation of color #C5939B: hue angle of 350.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5939B is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB197147155-
CMYK00.250.210.23
HSL350.4º30.12%67.45%-
HSV(B)350.4º25.38%77.25%-
XYZ39.3835.135.71-
YUV162.86123.56152.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.48%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=39.48%
G=29.46%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714715500.250.210.23350.430.1267.45
HexC5939B019151715e1e43
Octal305223233031252753636103
Binary1100010110010011100110110110011010110111101011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5939B; }

 p { color: rgb(197,147,155); }

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

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

 a { background-color: rgb(197,147,155); }

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

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

 span { border-color: rgb(197,147,155); }

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