#C68D96

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

Shades of Viola #C68D96

Tints of Viola #C68D96

Color information

#C68D96 (or 0xC68D96) is unknown color: approx Viola. HEX triplet: C6, 8D and 96. RGB value is (198,141,150). Sum of RGB (Red+Green+Blue) = 198+141+150=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68D96 is #397269. Grayscale: #9F9F9F. Windows color (decimal): -3764842 or 9866694. OLE color: 9866694.

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

Color convert

RGB198141150-
CMYK00.290.240.22
HSL350.53º33.33%66.47%-
HSV(B)350.53º28.79%77.65%-
XYZ38.3233.2633.25-
YUV159.07122.88155.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=40.49%
G=28.83%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814115000.290.240.22350.5333.3366.47
HexC68D9601D181615f2142
Octal306215226035302653741102
Binary11000110100011011001011001110111000101101010111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D96; }

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

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

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

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

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

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

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

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