#C299A7

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

Shades of Viola #C299A7

Tints of Viola #C299A7

Color information

#C299A7 (or 0xC299A7) is unknown color: approx Viola. HEX triplet: C2, 99 and A7. RGB value is (194,153,167). Sum of RGB (Red+Green+Blue) = 194+153+167=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C299A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299A7 is #3D6658. Grayscale: #A6A6A6. Windows color (decimal): -4023897 or 10983874. OLE color: 10983874.

HSL color Cylindrical-coordinate representation of color #C299A7: hue angle of 339.51º 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 #C299A7 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB194153167-
CMYK00.210.140.24
HSL339.51º25.15%68.04%-
HSV(B)339.51º21.13%76.08%-
XYZ40.6137.0441.57-
YUV166.86128.08147.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.74%
GREEN value IS 153 (60.16% from 255) = 29.77%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=37.74%
G=29.77%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415316700.210.140.24339.5125.1568.04
HexC299A7015E181541944
Octal302231247025163052431104
Binary110000101001100110100111010101111011000101010100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299A7; }

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

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

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

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

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

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

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

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