#C28B98

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

Shades of Viola #C28B98

Tints of Viola #C28B98

Color information

#C28B98 (or 0xC28B98) is unknown color: approx Viola. HEX triplet: C2, 8B and 98. RGB value is (194,139,152). Sum of RGB (Red+Green+Blue) = 194+139+152=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28B98 is #3D7467. Grayscale: #9C9C9C. Windows color (decimal): -4027496 or 9997250. OLE color: 9997250.

HSL color Cylindrical-coordinate representation of color #C28B98: hue angle of 345.82º 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 #C28B98 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB194139152-
CMYK00.280.220.24
HSL345.82º31.07%65.29%-
HSV(B)345.82º28.35%76.08%-
XYZ37.1532.233.96-
YUV156.93125.22154.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=40%
G=28.66%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413915200.280.220.24345.8231.0765.29
HexC28B9801C161815a1f41
Octal302213230034263053237101
Binary1100001010001011100110000111001011011000101011010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B98; }

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

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

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

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

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

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

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

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