#915266

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

Shades of Cannon Pink #915266

Tints of Cannon Pink #915266

Color information

#915266 (or 0x915266) is unknown color: approx Cannon Pink. HEX triplet: 91, 52 and 66. RGB value is (145,82,102). Sum of RGB (Red+Green+Blue) = 145+82+102=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #915266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915266 is #6EAD99. Grayscale: #676767. Windows color (decimal): -7253402 or 6705809. OLE color: 6705809.

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

Color convert

RGB14582102-
CMYK00.430.300.43
HSL340.95º27.75%44.51%-
HSV(B)340.95º43.45%56.86%-
XYZ17.0913.0114.18-
YUV103.12127.37157.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.07%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=44.07%
G=24.92%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1458210200.430.300.43340.9527.7544.51
Hex91526602B1E2B1551c2d
Octal22112214605336535253455
Binary100100011010010110011001010111111010101110101010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915266; }

 p { color: rgb(145,82,102); }

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

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

 a { background-color: rgb(145,82,102); }

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

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

 span { border-color: rgb(145,82,102); }

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