#C0929D

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

Shades of Viola #C0929D

Tints of Viola #C0929D

Color information

#C0929D (or 0xC0929D) is unknown color: approx Viola. HEX triplet: C0, 92 and 9D. RGB value is (192,146,157). Sum of RGB (Red+Green+Blue) = 192+146+157=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0929D is #3F6D62. Grayscale: #A1A1A1. Windows color (decimal): -4156771 or 10326720. OLE color: 10326720.

HSL color Cylindrical-coordinate representation of color #C0929D: hue angle of 345.65º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0929D is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB192146157-
CMYK00.240.180.25
HSL345.65º26.74%66.27%-
HSV(B)345.65º23.96%75.29%-
XYZ38.134.236.49-
YUV161.01125.74150.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=38.79%
G=29.49%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214615700.240.180.25345.6526.7466.27
HexC0929D018121915a1b42
Octal300222235030223153233102
Binary1100000010010010100111010110001001011001101011010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0929D; }

 p { color: rgb(192,146,157); }

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

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

 a { background-color: rgb(192,146,157); }

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

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

 span { border-color: rgb(192,146,157); }

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