#955270

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

Shades of Cannon Pink #955270

Tints of Cannon Pink #955270

Color information

#955270 (or 0x955270) is unknown color: approx Cannon Pink. HEX triplet: 95, 52 and 70. RGB value is (149,82,112). Sum of RGB (Red+Green+Blue) = 149+82+112=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #955270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955270 is #6AAD8F. Grayscale: #696969. Windows color (decimal): -6991248 or 7361173. OLE color: 7361173.

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

Color convert

RGB14982112-
CMYK00.450.250.42
HSL333.13º29%45.29%-
HSV(B)333.13º44.97%58.43%-
XYZ18.3413.5916.99-
YUV105.45131.7159.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=43.44%
G=23.91%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498211200.450.250.42333.132945.29
Hex95527002D192A14d1d2d
Octal22512216005531525153555
Binary100101011010010111000001011011100110101010100110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955270; }

 p { color: rgb(149,82,112); }

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

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

 a { background-color: rgb(149,82,112); }

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

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

 span { border-color: rgb(149,82,112); }

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