#C0939C

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

Shades of Viola #C0939C

Tints of Viola #C0939C

Color information

#C0939C (or 0xC0939C) is unknown color: approx Viola. HEX triplet: C0, 93 and 9C. RGB value is (192,147,156). Sum of RGB (Red+Green+Blue) = 192+147+156=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0939C is #3F6C63. Grayscale: #A1A1A1. Windows color (decimal): -4156516 or 10261440. OLE color: 10261440.

HSL color Cylindrical-coordinate representation of color #C0939C: hue angle of 348º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0939C is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB192147156-
CMYK00.230.190.25
HSL348º26.32%66.47%-
HSV(B)348º23.44%75.29%-
XYZ38.1734.4736.09-
YUV161.48124.91149.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=38.79%
G=29.70%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214715600.230.190.2534826.3266.47
HexC0939C017131915c1a42
Octal300223234027233153432102
Binary1100000010010011100111000101111001111001101011100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0939C; }

 p { color: rgb(192,147,156); }

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

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

 a { background-color: rgb(192,147,156); }

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

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

 span { border-color: rgb(192,147,156); }

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