#C1929E

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

Shades of Viola #C1929E

Tints of Viola #C1929E

Color information

#C1929E (or 0xC1929E) is unknown color: approx Viola. HEX triplet: C1, 92 and 9E. RGB value is (193,146,158). Sum of RGB (Red+Green+Blue) = 193+146+158=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C1929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1929E is #3E6D61. Grayscale: #A1A1A1. Windows color (decimal): -4091234 or 10392257. OLE color: 10392257.

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

Color convert

RGB193146158-
CMYK00.240.180.24
HSL344.68º27.49%66.47%-
HSV(B)344.68º24.35%75.69%-
XYZ38.4434.3636.95-
YUV161.42126.07150.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.83%
GREEN value IS 146 (57.42% from 255) = 29.38%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=38.83%
G=29.38%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314615800.240.180.24344.6827.4966.47
HexC1929E01812181591b42
Octal301222236030223053133102
Binary1100000110010010100111100110001001011000101011001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1929E; }

 p { color: rgb(193,146,158); }

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

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

 a { background-color: rgb(193,146,158); }

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

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

 span { border-color: rgb(193,146,158); }

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