#C2869C

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

Shades of Viola #C2869C

Tints of Viola #C2869C

Color information

#C2869C (or 0xC2869C) is unknown color: approx Viola. HEX triplet: C2, 86 and 9C. RGB value is (194,134,156). Sum of RGB (Red+Green+Blue) = 194+134+156=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2869C is #3D7963. Grayscale: #9A9A9A. Windows color (decimal): -4028772 or 10258114. OLE color: 10258114.

HSL color Cylindrical-coordinate representation of color #C2869C: hue angle of 338º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2869C is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB194134156-
CMYK00.310.200.24
HSL338º32.97%64.31%-
HSV(B)338º30.93%76.08%-
XYZ36.7730.9235.48-
YUV154.45128.88156.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.08%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 156 (61.33% from 255) = 32.23%
R=40.08%
G=27.69%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413415600.310.200.2433832.9764.31
HexC2869C01F14181522140
Octal302206234037243052241100
Binary11000010100001101001110001111110100110001010100101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2869C; }

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

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

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

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

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

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

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

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