#924F72

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

Shades of Cannon Pink #924F72

Tints of Cannon Pink #924F72

Color information

#924F72 (or 0x924F72) is unknown color: approx Cannon Pink. HEX triplet: 92, 4F and 72. RGB value is (146,79,114). Sum of RGB (Red+Green+Blue) = 146+79+114=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #924F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924F72 is #6DB08D. Grayscale: #666666. Windows color (decimal): -7188622 or 7491474. OLE color: 7491474.

HSL color Cylindrical-coordinate representation of color #924F72: hue angle of 328.66º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #924F72 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14679114-
CMYK00.460.220.43
HSL328.66º29.78%44.12%-
HSV(B)328.66º45.89%57.25%-
XYZ17.6912.9217.48-
YUV103.02134.2158.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 79 (31.25% from 255) = 23.30%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=43.07%
G=23.30%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467911400.460.220.43328.6629.7844.12
Hex924F7202E162B1491e2c
Octal22211716205626535113654
Binary100100101001111111001001011101011010101110100100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924F72; }

 p { color: rgb(146,79,114); }

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

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

 a { background-color: rgb(146,79,114); }

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

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

 span { border-color: rgb(146,79,114); }

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