#995072

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

Shades of Cannon Pink #995072

Tints of Cannon Pink #995072

Color information

#995072 (or 0x995072) is unknown color: approx Cannon Pink. HEX triplet: 99, 50 and 72. RGB value is (153,80,114). Sum of RGB (Red+Green+Blue) = 153+80+114=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #995072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995072 is #66AF8D. Grayscale: #696969. Windows color (decimal): -6729614 or 7491737. OLE color: 7491737.

HSL color Cylindrical-coordinate representation of color #995072: hue angle of 332.05º 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 #995072 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB15380114-
CMYK00.480.250.4
HSL332.05º31.33%45.69%-
HSV(B)332.05º47.71%60%-
XYZ19.0413.7217.57-
YUV105.7132.68161.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=44.09%
G=23.05%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538011400.480.250.4332.0531.3345.69
Hex995072030192814c1f2e
Octal23112016206031505143756
Binary100110011010000111001001100001100110100010100110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995072; }

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

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

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

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

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

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

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

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