#C99099

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

Shades of Viola #C99099

Tints of Viola #C99099

Color information

#C99099 (or 0xC99099) is unknown color: approx Viola. HEX triplet: C9, 90 and 99. RGB value is (201,144,153). Sum of RGB (Red+Green+Blue) = 201+144+153=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C99099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99099 is #366F66. Grayscale: #A2A2A2. Windows color (decimal): -3567463 or 10064073. OLE color: 10064073.

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

Color convert

RGB201144153-
CMYK00.280.240.21
HSL350.53º34.55%67.65%-
HSV(B)350.53º28.36%78.82%-
XYZ39.8134.6634.73-
YUV162.07122.88155.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 144 (56.64% from 255) = 28.92%
BLUE value IS 153 (60.16% from 255) = 30.72%
R=40.36%
G=28.92%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114415300.280.240.21350.5334.5567.65
HexC9909901C181515f2344
Octal311220231034302553743104
Binary11001001100100001001100101110011000101011010111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99099; }

 p { color: rgb(201,144,153); }

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

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

 a { background-color: rgb(201,144,153); }

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

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

 span { border-color: rgb(201,144,153); }

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