#925253

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

Shades of Solid Pink #925253

Tints of Solid Pink #925253

Color information

#925253 (or 0x925253) is unknown color: approx Solid Pink. HEX triplet: 92, 52 and 53. RGB value is (146,82,83). Sum of RGB (Red+Green+Blue) = 146+82+83=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #925253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925253 is #6DADAC. Grayscale: #656565. Windows color (decimal): -7187885 or 5460626. OLE color: 5460626.

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

Color convert

RGB1468283-
CMYK00.440.430.43
HSL359.06º28.07%44.71%-
HSV(B)359.06º43.84%57.25%-
XYZ16.4312.779.78-
YUV101.25117.7159.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 83 (32.81% from 255) = 26.69%
R=46.95%
G=26.37%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146828300.440.430.43359.0628.0744.71
Hex92525302C2B2B1671c2d
Octal22212212305453535473455
Binary1001001010100101010011010110010101110101110110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925253; }

 p { color: rgb(146,82,83); }

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

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

 a { background-color: rgb(146,82,83); }

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

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

 span { border-color: rgb(146,82,83); }

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