#C08993

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

Shades of Viola #C08993

Tints of Viola #C08993

Color information

#C08993 (or 0xC08993) is unknown color: approx Viola. HEX triplet: C0, 89 and 93. RGB value is (192,137,147). Sum of RGB (Red+Green+Blue) = 192+137+147=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C08993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08993 is #3F766C. Grayscale: #9A9A9A. Windows color (decimal): -4159085 or 9669056. OLE color: 9669056.

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

Color convert

RGB192137147-
CMYK00.290.230.25
HSL349.09º30.39%64.51%-
HSV(B)349.09º28.65%75.29%-
XYZ35.9531.231.73-
YUV154.58123.72154.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=40.34%
G=28.78%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213714700.290.230.25349.0930.3964.51
HexC0899301D171915d1e41
Octal300211223035273153536101
Binary1100000010001001100100110111011011111001101011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08993; }

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

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

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

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

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

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

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

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