#C68D98

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

Shades of Viola #C68D98

Tints of Viola #C68D98

Color information

#C68D98 (or 0xC68D98) is unknown color: approx Viola. HEX triplet: C6, 8D and 98. RGB value is (198,141,152). Sum of RGB (Red+Green+Blue) = 198+141+152=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68D98 is #397267. Grayscale: #9F9F9F. Windows color (decimal): -3764840 or 9997766. OLE color: 9997766.

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

Color convert

RGB198141152-
CMYK00.290.230.22
HSL348.42º33.33%66.47%-
HSV(B)348.42º28.79%77.65%-
XYZ38.4833.3234.11-
YUV159.3123.88155.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=40.33%
G=28.72%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814115200.290.230.22348.4233.3366.47
HexC68D9801D171615c2142
Octal306215230035272653441102
Binary11000110100011011001100001110110111101101010111001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D98; }

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

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

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

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

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

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

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

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