#C68A9C

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

Shades of Viola #C68A9C

Tints of Viola #C68A9C

Color information

#C68A9C (or 0xC68A9C) is unknown color: approx Viola. HEX triplet: C6, 8A and 9C. RGB value is (198,138,156). Sum of RGB (Red+Green+Blue) = 198+138+156=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 156 (61.33% from 255 or 31.71% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68A9C is #397563. Grayscale: #9D9D9D. Windows color (decimal): -3765604 or 10259142. OLE color: 10259142.

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

Color convert

RGB198138156-
CMYK00.300.210.22
HSL342º34.48%65.88%-
HSV(B)342º30.3%77.65%-
XYZ38.3832.5835.72-
YUV157.99126.88156.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 138 (54.30% from 255) = 28.05%
BLUE value IS 156 (61.33% from 255) = 31.71%
R=40.24%
G=28.05%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813815600.300.210.2234234.4865.88
HexC68A9C01E15161562242
Octal306212234036252652642102
Binary11000110100010101001110001111010101101101010101101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68A9C; }

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

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

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

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

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

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

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

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