#C28B9F

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

Shades of Viola #C28B9F

Tints of Viola #C28B9F

Color information

#C28B9F (or 0xC28B9F) is unknown color: approx Viola. HEX triplet: C2, 8B and 9F. RGB value is (194,139,159). Sum of RGB (Red+Green+Blue) = 194+139+159=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28B9F is #3D7460. Grayscale: #9D9D9D. Windows color (decimal): -4027489 or 10456002. OLE color: 10456002.

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

Color convert

RGB194139159-
CMYK00.280.180.24
HSL338.18º31.07%65.29%-
HSV(B)338.18º28.35%76.08%-
XYZ37.7432.4437.07-
YUV157.72128.72153.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 139 (54.69% from 255) = 28.25%
BLUE value IS 159 (62.5% from 255) = 32.32%
R=39.43%
G=28.25%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413915900.280.180.24338.1831.0765.29
HexC28B9F01C12181521f41
Octal302213237034223052237101
Binary1100001010001011100111110111001001011000101010010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B9F; }

 p { color: rgb(194,139,159); }

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

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

 a { background-color: rgb(194,139,159); }

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

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

 span { border-color: rgb(194,139,159); }

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