#C999AA

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

Shades of Viola #C999AA

Tints of Viola #C999AA

Color information

#C999AA (or 0xC999AA) is unknown color: approx Viola. HEX triplet: C9, 99 and AA. RGB value is (201,153,170). Sum of RGB (Red+Green+Blue) = 201+153+170=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C999AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C999AA is #366655. Grayscale: #A9A9A9. Windows color (decimal): -3565142 or 11180489. OLE color: 11180489.

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

Color convert

RGB201153170-
CMYK00.240.150.21
HSL338.75º30.77%69.41%-
HSV(B)338.75º23.88%78.82%-
XYZ42.7338.143.13-
YUV169.29128.4150.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.36%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=38.36%
G=29.20%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115317000.240.150.21338.7530.7769.41
HexC999AA018F151531f45
Octal311231252030172552337105
Binary110010011001100110101010011000111110101101010011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999AA; }

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

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

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

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

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

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

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

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