#C08499

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

Shades of Viola #C08499

Tints of Viola #C08499

Color information

#C08499 (or 0xC08499) is unknown color: approx Viola. HEX triplet: C0, 84 and 99. RGB value is (192,132,153). Sum of RGB (Red+Green+Blue) = 192+132+153=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C08499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08499 is #3F7B66. Grayscale: #989898. Windows color (decimal): -4160359 or 10060992. OLE color: 10060992.

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

Color convert

RGB192132153-
CMYK00.310.200.25
HSL339º32.26%63.53%-
HSV(B)339º31.25%75.29%-
XYZ35.7430.0134.05-
YUV152.33128.38156.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=40.25%
G=27.67%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213215300.310.200.2533932.2663.53
HexC0849901F14191532040
Octal300204231037243152340100
Binary11000000100001001001100101111110100110011010100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08499; }

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

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

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

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

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

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

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

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