#C298A5

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

Shades of Viola #C298A5

Tints of Viola #C298A5

Color information

#C298A5 (or 0xC298A5) is unknown color: approx Viola. HEX triplet: C2, 98 and A5. RGB value is (194,152,165). Sum of RGB (Red+Green+Blue) = 194+152+165=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C298A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C298A5 is #3D675A. Grayscale: #A6A6A6. Windows color (decimal): -4024155 or 10852546. OLE color: 10852546.

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

Color convert

RGB194152165-
CMYK00.220.150.24
HSL341.43º25.61%67.84%-
HSV(B)341.43º21.65%76.08%-
XYZ40.2736.6440.55-
YUV166.04127.41147.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 165 (64.84% from 255) = 32.29%
R=37.96%
G=29.75%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415216500.220.150.24341.4325.6167.84
HexC298A5016F181551a44
Octal302230245026173052532104
Binary110000101001100010100101010110111111000101010101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C298A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C298A5; }

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

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

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

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

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

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

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

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