#C68E95

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

Shades of Viola #C68E95

Tints of Viola #C68E95

Color information

#C68E95 (or 0xC68E95) is unknown color: approx Viola. HEX triplet: C6, 8E and 95. RGB value is (198,142,149). Sum of RGB (Red+Green+Blue) = 198+142+149=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68E95 is #39716A. Grayscale: #9F9F9F. Windows color (decimal): -3764587 or 9801414. OLE color: 9801414.

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

Color convert

RGB198142149-
CMYK00.280.250.22
HSL352.5º32.94%66.67%-
HSV(B)352.5º28.28%77.65%-
XYZ38.3933.5232.88-
YUV159.54122.05155.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 149 (58.59% from 255) = 30.47%
R=40.49%
G=29.04%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814214900.280.250.22352.532.9466.67
HexC68E9501C19161602143
Octal306216225034312654041103
Binary11000110100011101001010101110011001101101011000001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68E95; }

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

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

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

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

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

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

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

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