#965253

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

Shades of Solid Pink #965253

Tints of Solid Pink #965253

Color information

#965253 (or 0x965253) is unknown color: approx Solid Pink. HEX triplet: 96, 52 and 53. RGB value is (150,82,83). Sum of RGB (Red+Green+Blue) = 150+82+83=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #965253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965253 is #69ADAC. Grayscale: #666666. Windows color (decimal): -6925741 or 5460630. OLE color: 5460630.

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

Color convert

RGB1508283-
CMYK00.450.450.41
HSL359.12º29.31%45.49%-
HSV(B)359.12º45.33%58.82%-
XYZ17.1613.149.82-
YUV102.45117.03161.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 83 (32.81% from 255) = 26.35%
R=47.62%
G=26.03%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150828300.450.450.41359.1229.3145.49
Hex96525302D2D291671d2d
Octal22612212305555515473555
Binary1001011010100101010011010110110110110100110110011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965253; }

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

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

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

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

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

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

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

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