#C698A7

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

Shades of Viola #C698A7

Tints of Viola #C698A7

Color information

#C698A7 (or 0xC698A7) is unknown color: approx Viola. HEX triplet: C6, 98 and A7. RGB value is (198,152,167). Sum of RGB (Red+Green+Blue) = 198+152+167=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C698A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698A7 is #396758. Grayscale: #A7A7A7. Windows color (decimal): -3762009 or 10983622. OLE color: 10983622.

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

Color convert

RGB198152167-
CMYK00.230.160.22
HSL340.43º28.75%68.63%-
HSV(B)340.43º23.23%77.65%-
XYZ41.4937.2541.56-
YUV167.46127.74149.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.30%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=38.30%
G=29.40%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815216700.230.160.22340.4328.7568.63
HexC698A701710161541d45
Octal306230247027202652435105
Binary1100011010011000101001110101111000010110101010100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698A7; }

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

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

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

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

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

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

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

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