#C08598

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

Shades of Viola #C08598

Tints of Viola #C08598

Color information

#C08598 (or 0xC08598) is unknown color: approx Viola. HEX triplet: C0, 85 and 98. RGB value is (192,133,152). Sum of RGB (Red+Green+Blue) = 192+133+152=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C08598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08598 is #3F7A67. Grayscale: #989898. Windows color (decimal): -4160104 or 9995712. OLE color: 9995712.

HSL color Cylindrical-coordinate representation of color #C08598: hue angle of 340.68º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08598 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB192133152-
CMYK00.310.210.25
HSL340.68º31.89%63.73%-
HSV(B)340.68º30.73%75.29%-
XYZ35.7930.2533.66-
YUV152.81127.55155.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=40.25%
G=27.88%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213315200.310.210.25340.6831.8963.73
HexC0859801F15191552040
Octal300205230037253152540100
Binary11000000100001011001100001111110101110011010101011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08598; }

 p { color: rgb(192,133,152); }

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

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

 a { background-color: rgb(192,133,152); }

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

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

 span { border-color: rgb(192,133,152); }

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