#945272

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

Shades of Cannon Pink #945272

Tints of Cannon Pink #945272

Color information

#945272 (or 0x945272) is unknown color: approx Cannon Pink. HEX triplet: 94, 52 and 72. RGB value is (148,82,114). Sum of RGB (Red+Green+Blue) = 148+82+114=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #945272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945272 is #6BAD8D. Grayscale: #696969. Windows color (decimal): -7056782 or 7492244. OLE color: 7492244.

HSL color Cylindrical-coordinate representation of color #945272: hue angle of 330.91º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945272 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14882114-
CMYK00.450.230.42
HSL330.91º28.7%45.1%-
HSV(B)330.91º44.59%58.04%-
XYZ18.2713.5517.57-
YUV105.38132.87158.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 82 (32.42% from 255) = 23.84%
BLUE value IS 114 (44.92% from 255) = 33.14%
R=43.02%
G=23.84%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488211400.450.230.42330.9128.745.1
Hex94527202D172A14b1d2d
Octal22412216205527525133555
Binary100101001010010111001001011011011110101010100101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945272; }

 p { color: rgb(148,82,114); }

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

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

 a { background-color: rgb(148,82,114); }

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

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

 span { border-color: rgb(148,82,114); }

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