#C8919A

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

Shades of Viola #C8919A

Tints of Viola #C8919A

Color information

#C8919A (or 0xC8919A) is unknown color: approx Viola. HEX triplet: C8, 91 and 9A. RGB value is (200,145,154). Sum of RGB (Red+Green+Blue) = 200+145+154=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8919A is #376E65. Grayscale: #A2A2A2. Windows color (decimal): -3632742 or 10129864. OLE color: 10129864.

HSL color Cylindrical-coordinate representation of color #C8919A: hue angle of 350.18º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8919A is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB200145154-
CMYK00.280.230.22
HSL350.18º33.33%67.65%-
HSV(B)350.18º27.5%78.43%-
XYZ39.7834.8635.2-
YUV162.47123.22154.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=40.08%
G=29.06%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014515400.280.230.22350.1833.3367.65
HexC8919A01C171615e2144
Octal310221232034272653641104
Binary11001000100100011001101001110010111101101010111101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8919A; }

 p { color: rgb(200,145,154); }

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

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

 a { background-color: rgb(200,145,154); }

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

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

 span { border-color: rgb(200,145,154); }

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