#C299A5

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

Shades of Viola #C299A5

Tints of Viola #C299A5

Color information

#C299A5 (or 0xC299A5) is unknown color: approx Viola. HEX triplet: C2, 99 and A5. RGB value is (194,153,165). Sum of RGB (Red+Green+Blue) = 194+153+165=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C299A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299A5 is #3D665A. Grayscale: #A6A6A6. Windows color (decimal): -4023899 or 10852802. OLE color: 10852802.

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

Color convert

RGB194153165-
CMYK00.210.150.24
HSL342.44º25.15%68.04%-
HSV(B)342.44º21.13%76.08%-
XYZ40.4336.9740.6-
YUV166.63127.08147.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 165 (64.84% from 255) = 32.23%
R=37.89%
G=29.88%
B=32.23%

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
Decimal19415316500.210.150.24342.4425.1568.04
HexC299A5015F181561944
Octal302231245025173052631104
Binary110000101001100110100101010101111111000101010110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299A5; }

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

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

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

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

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

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

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

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