#C68A9B

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

Shades of Viola #C68A9B

Tints of Viola #C68A9B

Color information

#C68A9B (or 0xC68A9B) is unknown color: approx Viola. HEX triplet: C6, 8A and 9B. RGB value is (198,138,155). Sum of RGB (Red+Green+Blue) = 198+138+155=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68A9B is #397564. Grayscale: #9D9D9D. Windows color (decimal): -3765605 or 10193606. OLE color: 10193606.

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

Color convert

RGB198138155-
CMYK00.300.220.22
HSL343º34.48%65.88%-
HSV(B)343º30.3%77.65%-
XYZ38.2932.5535.27-
YUV157.88126.38156.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.33%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 155 (60.94% from 255) = 31.57%
R=40.33%
G=28.11%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813815500.300.220.2234334.4865.88
HexC68A9B01E16161572242
Octal306212233036262652742102
Binary11000110100010101001101101111010110101101010101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68A9B; }

 p { color: rgb(198,138,155); }

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

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

 a { background-color: rgb(198,138,155); }

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

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

 span { border-color: rgb(198,138,155); }

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