#965052

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

Shades of Solid Pink #965052

Tints of Solid Pink #965052

Color information

#965052 (or 0x965052) is unknown color: approx Solid Pink. HEX triplet: 96, 50 and 52. RGB value is (150,80,82). Sum of RGB (Red+Green+Blue) = 150+80+82=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #965052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965052 is #69AFAD. Grayscale: #656565. Windows color (decimal): -6926254 or 5394582. OLE color: 5394582.

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

Color convert

RGB1508082-
CMYK00.470.450.41
HSL358.29º30.43%45.1%-
HSV(B)358.29º46.67%58.82%-
XYZ16.9712.839.56-
YUV101.16117.19162.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 80 (31.64% from 255) = 25.64%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=48.08%
G=25.64%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150808200.470.450.41358.2930.4345.1
Hex96505202F2D291661e2d
Octal22612012205755515463655
Binary1001011010100001010010010111110110110100110110011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965052; }

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

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

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

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

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

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

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

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