#925172

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

Shades of Cannon Pink #925172

Tints of Cannon Pink #925172

Color information

#925172 (or 0x925172) is unknown color: approx Cannon Pink. HEX triplet: 92, 51 and 72. RGB value is (146,81,114). Sum of RGB (Red+Green+Blue) = 146+81+114=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 146 - color contains mainly: red. Hex color #925172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925172 is #6DAE8D. Grayscale: #686868. Windows color (decimal): -7188110 or 7491986. OLE color: 7491986.

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

Color convert

RGB14681114-
CMYK00.450.220.43
HSL329.54º28.63%44.51%-
HSV(B)329.54º44.52%57.25%-
XYZ17.8313.2117.53-
YUV104.2133.53157.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.82%
GREEN value IS 81 (32.03% from 255) = 23.75%
BLUE value IS 114 (44.92% from 255) = 33.43%
R=42.82%
G=23.75%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468111400.450.220.43329.5428.6344.51
Hex92517202D162B14a1d2d
Octal22212116205526535123555
Binary100100101010001111001001011011011010101110100101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925172; }

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

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

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

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

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

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

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

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