#C08994

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

Shades of Viola #C08994

Tints of Viola #C08994

Color information

#C08994 (or 0xC08994) is unknown color: approx Viola. HEX triplet: C0, 89 and 94. RGB value is (192,137,148). Sum of RGB (Red+Green+Blue) = 192+137+148=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C08994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08994 is #3F766B. Grayscale: #9A9A9A. Windows color (decimal): -4159084 or 9734592. OLE color: 9734592.

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

Color convert

RGB192137148-
CMYK00.290.230.25
HSL348º30.39%64.51%-
HSV(B)348º28.65%75.29%-
XYZ36.0331.2432.15-
YUV154.7124.22154.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 148 (58.20% from 255) = 31.03%
R=40.25%
G=28.72%
B=31.03%

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
Decimal19213714800.290.230.2534830.3964.51
HexC0899401D171915c1e41
Octal300211224035273153436101
Binary1100000010001001100101000111011011111001101011100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08994; }

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

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

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

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

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

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

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

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