#C4929E

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

Shades of Viola #C4929E

Tints of Viola #C4929E

Color information

#C4929E (or 0xC4929E) is unknown color: approx Viola. HEX triplet: C4, 92 and 9E. RGB value is (196,146,158). Sum of RGB (Red+Green+Blue) = 196+146+158=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4929E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4929E is #3B6D61. Grayscale: #A2A2A2. Windows color (decimal): -3894626 or 10392260. OLE color: 10392260.

HSL color Cylindrical-coordinate representation of color #C4929E: hue angle of 345.6º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4929E is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB196146158-
CMYK00.260.190.23
HSL345.6º29.76%67.06%-
HSV(B)345.6º25.51%76.86%-
XYZ39.2234.7636.99-
YUV162.32125.56152.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 146 (57.42% from 255) = 29.2%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=39.2%
G=29.2%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614615800.260.190.23345.629.7667.06
HexC4929E01A131715a1e43
Octal304222236032232753236103
Binary1100010010010010100111100110101001110111101011010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4929E; }

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

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

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

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

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

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

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

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