#C08498

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

Shades of Viola #C08498

Tints of Viola #C08498

Color information

#C08498 (or 0xC08498) is unknown color: approx Viola. HEX triplet: C0, 84 and 98. RGB value is (192,132,152). Sum of RGB (Red+Green+Blue) = 192+132+152=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C08498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08498 is #3F7B67. Grayscale: #989898. Windows color (decimal): -4160360 or 9995456. OLE color: 9995456.

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

Color convert

RGB192132152-
CMYK00.310.210.25
HSL340º32.26%63.53%-
HSV(B)340º31.25%75.29%-
XYZ35.6629.9833.61-
YUV152.22127.88156.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 152 (59.77% from 255) = 31.93%
R=40.34%
G=27.73%
B=31.93%

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
Decimal19213215200.310.210.2534032.2663.53
HexC0849801F15191542040
Octal300204230037253152440100
Binary11000000100001001001100001111110101110011010101001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08498; }

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

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

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

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

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

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

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

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