#C299A4

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

Shades of Viola #C299A4

Tints of Viola #C299A4

Color information

#C299A4 (or 0xC299A4) is unknown color: approx Viola. HEX triplet: C2, 99 and A4. RGB value is (194,153,164). Sum of RGB (Red+Green+Blue) = 194+153+164=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C299A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299A4 is #3D665B. Grayscale: #A6A6A6. Windows color (decimal): -4023900 or 10787266. OLE color: 10787266.

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

Color convert

RGB194153164-
CMYK00.210.150.24
HSL343.9º25.15%68.04%-
HSV(B)343.9º21.13%76.08%-
XYZ40.3436.9340.12-
YUV166.51126.58147.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=37.96%
G=29.94%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415316400.210.150.24343.925.1568.04
HexC299A4015F181581944
Octal302231244025173053031104
Binary110000101001100110100100010101111111000101011000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299A4; }

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

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

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

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

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

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

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

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