#C996AA

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

Shades of Viola #C996AA

Tints of Viola #C996AA

Color information

#C996AA (or 0xC996AA) is unknown color: approx Viola. HEX triplet: C9, 96 and AA. RGB value is (201,150,170). Sum of RGB (Red+Green+Blue) = 201+150+170=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C996AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C996AA is #366955. Grayscale: #A7A7A7. Windows color (decimal): -3565910 or 11179721. OLE color: 11179721.

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

Color convert

RGB201150170-
CMYK00.250.150.21
HSL336.47º32.08%68.82%-
HSV(B)336.47º25.37%78.82%-
XYZ42.2537.1342.97-
YUV167.53129.4151.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.58%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=38.58%
G=28.79%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115017000.250.150.21336.4732.0868.82
HexC996AA019F151502045
Octal311226252031172552040105
Binary1100100110010110101010100110011111101011010100001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C996AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C996AA; }

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

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

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

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

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

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

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

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