#C299A9

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

Shades of Viola #C299A9

Tints of Viola #C299A9

Color information

#C299A9 (or 0xC299A9) is unknown color: approx Viola. HEX triplet: C2, 99 and A9. RGB value is (194,153,169). Sum of RGB (Red+Green+Blue) = 194+153+169=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C299A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299A9 is #3D6656. Grayscale: #A7A7A7. Windows color (decimal): -4023895 or 11114946. OLE color: 11114946.

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

Color convert

RGB194153169-
CMYK00.210.130.24
HSL336.59º25.15%68.04%-
HSV(B)336.59º21.13%76.08%-
XYZ40.837.1242.55-
YUV167.08129.08147.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=37.60%
G=29.65%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415316900.210.130.24336.5925.1568.04
HexC299A9015D181511944
Octal302231251025153052131104
Binary110000101001100110101001010101110111000101010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299A9; }

 p { color: rgb(194,153,169); }

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

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

 a { background-color: rgb(194,153,169); }

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

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

 span { border-color: rgb(194,153,169); }

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