#C398A7

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

Shades of Viola #C398A7

Tints of Viola #C398A7

Color information

#C398A7 (or 0xC398A7) is unknown color: approx Viola. HEX triplet: C3, 98 and A7. RGB value is (195,152,167). Sum of RGB (Red+Green+Blue) = 195+152+167=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C398A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C398A7 is #3C6758. Grayscale: #A6A6A6. Windows color (decimal): -3958617 or 10983619. OLE color: 10983619.

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

Color convert

RGB195152167-
CMYK00.220.140.24
HSL339.07º26.38%68.04%-
HSV(B)339.07º22.05%76.47%-
XYZ40.7136.8541.53-
YUV166.57128.25148.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 152 (59.77% from 255) = 29.57%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=37.94%
G=29.57%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515216700.220.140.24339.0726.3868.04
HexC398A7016E181531a44
Octal303230247026163052332104
Binary110000111001100010100111010110111011000101010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C398A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C398A7; }

 p { color: rgb(195,152,167); }

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

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

 a { background-color: rgb(195,152,167); }

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

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

 span { border-color: rgb(195,152,167); }

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