#995076

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

Shades of Cannon Pink #995076

Tints of Cannon Pink #995076

Color information

#995076 (or 0x995076) is unknown color: approx Cannon Pink. HEX triplet: 99, 50 and 76. RGB value is (153,80,118). Sum of RGB (Red+Green+Blue) = 153+80+118=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #995076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995076 is #66AF89. Grayscale: #6A6A6A. Windows color (decimal): -6729610 or 7753881. OLE color: 7753881.

HSL color Cylindrical-coordinate representation of color #995076: hue angle of 328.77º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995076 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15380118-
CMYK00.480.230.4
HSL328.77º31.33%45.69%-
HSV(B)328.77º47.71%60%-
XYZ19.2813.8218.79-
YUV106.16134.68161.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=43.59%
G=22.79%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538011800.480.230.4328.7731.3345.69
Hex99507603017281491f2e
Octal23112016606027505113756
Binary100110011010000111011001100001011110100010100100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995076; }

 p { color: rgb(153,80,118); }

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

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

 a { background-color: rgb(153,80,118); }

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

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

 span { border-color: rgb(153,80,118); }

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