#C4869C

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

Shades of Viola #C4869C

Tints of Viola #C4869C

Color information

#C4869C (or 0xC4869C) is unknown color: approx Viola. HEX triplet: C4, 86 and 9C. RGB value is (196,134,156). Sum of RGB (Red+Green+Blue) = 196+134+156=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4869C is #3B7963. Grayscale: #9B9B9B. Windows color (decimal): -3897700 or 10258116. OLE color: 10258116.

HSL color Cylindrical-coordinate representation of color #C4869C: hue angle of 338.71º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4869C is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB196134156-
CMYK00.320.200.23
HSL338.71º34.44%64.71%-
HSV(B)338.71º31.63%76.86%-
XYZ37.2931.1935.51-
YUV155.05128.54157.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 156 (61.33% from 255) = 32.10%
R=40.33%
G=27.57%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613415600.320.200.23338.7134.4464.71
HexC4869C02014171532241
Octal304206234040242752342101
Binary110001001000011010011100010000010100101111010100111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4869C; }

 p { color: rgb(196,134,156); }

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

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

 a { background-color: rgb(196,134,156); }

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

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

 span { border-color: rgb(196,134,156); }

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