#C98F9C

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

Shades of Viola #C98F9C

Tints of Viola #C98F9C

Color information

#C98F9C (or 0xC98F9C) is unknown color: approx Viola. HEX triplet: C9, 8F and 9C. RGB value is (201,143,156). Sum of RGB (Red+Green+Blue) = 201+143+156=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98F9C is #367063. Grayscale: #A1A1A1. Windows color (decimal): -3567716 or 10260425. OLE color: 10260425.

HSL color Cylindrical-coordinate representation of color #C98F9C: hue angle of 346.55º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C98F9C is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB201143156-
CMYK00.290.220.21
HSL346.55º34.94%67.45%-
HSV(B)346.55º28.86%78.82%-
XYZ39.9134.4636-
YUV161.82124.72155.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 156 (61.33% from 255) = 31.2%
R=40.2%
G=28.6%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114315600.290.220.21346.5534.9467.45
HexC98F9C01D161515b2343
Octal311217234035262553343103
Binary11001001100011111001110001110110110101011010110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F9C; }

 p { color: rgb(201,143,156); }

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

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

 a { background-color: rgb(201,143,156); }

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

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

 span { border-color: rgb(201,143,156); }

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