#C498A4

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

Shades of Viola #C498A4

Tints of Viola #C498A4

Color information

#C498A4 (or 0xC498A4) is unknown color: approx Viola. HEX triplet: C4, 98 and A4. RGB value is (196,152,164). Sum of RGB (Red+Green+Blue) = 196+152+164=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C498A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C498A4 is #3B675B. Grayscale: #A6A6A6. Windows color (decimal): -3893084 or 10787012. OLE color: 10787012.

HSL color Cylindrical-coordinate representation of color #C498A4: hue angle of 343.64º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C498A4 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB196152164-
CMYK00.220.160.23
HSL343.64º27.16%68.24%-
HSV(B)343.64º22.45%76.86%-
XYZ40.6936.8740.09-
YUV166.52126.58149.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 164 (64.45% from 255) = 32.03%
R=38.28%
G=29.69%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615216400.220.160.23343.6427.1668.24
HexC498A401610171581b44
Octal304230244026202753033104
Binary1100010010011000101001000101101000010111101011000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C498A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C498A4; }

 p { color: rgb(196,152,164); }

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

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

 a { background-color: rgb(196,152,164); }

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

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

 span { border-color: rgb(196,152,164); }

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