#C68E97

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

Shades of Viola #C68E97

Tints of Viola #C68E97

Color information

#C68E97 (or 0xC68E97) is unknown color: approx Viola. HEX triplet: C6, 8E and 97. RGB value is (198,142,151). Sum of RGB (Red+Green+Blue) = 198+142+151=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68E97 is #397168. Grayscale: #9F9F9F. Windows color (decimal): -3764585 or 9932486. OLE color: 9932486.

HSL color Cylindrical-coordinate representation of color #C68E97: hue angle of 350.36º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68E97 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB198142151-
CMYK00.280.240.22
HSL350.36º32.94%66.67%-
HSV(B)350.36º28.28%77.65%-
XYZ38.5533.5933.73-
YUV159.77123.05155.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=40.33%
G=28.92%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814215100.280.240.22350.3632.9466.67
HexC68E9701C181615e2143
Octal306216227034302653641103
Binary11000110100011101001011101110011000101101010111101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68E97; }

 p { color: rgb(198,142,151); }

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

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

 a { background-color: rgb(198,142,151); }

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

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

 span { border-color: rgb(198,142,151); }

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