#C28D9C

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

Shades of Viola #C28D9C

Tints of Viola #C28D9C

Color information

#C28D9C (or 0xC28D9C) is unknown color: approx Viola. HEX triplet: C2, 8D and 9C. RGB value is (194,141,156). Sum of RGB (Red+Green+Blue) = 194+141+156=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28D9C is #3D7263. Grayscale: #9E9E9E. Windows color (decimal): -4026980 or 10259906. OLE color: 10259906.

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

Color convert

RGB194141156-
CMYK00.270.200.24
HSL343.02º30.29%65.69%-
HSV(B)343.02º27.32%76.08%-
XYZ37.7732.9235.82-
YUV158.56126.56153.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 156 (61.33% from 255) = 31.77%
R=39.51%
G=28.72%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414115600.270.200.24343.0230.2965.69
HexC28D9C01B14181571e42
Octal302215234033243052736102
Binary1100001010001101100111000110111010011000101010111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28D9C; }

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

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

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

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

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

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

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

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