#914B6F

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

Shades of Cannon Pink #914B6F

Tints of Cannon Pink #914B6F

Color information

#914B6F (or 0x914B6F) is unknown color: approx Cannon Pink. HEX triplet: 91, 4B and 6F. RGB value is (145,75,111). Sum of RGB (Red+Green+Blue) = 145+75+111=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #914B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914B6F is #6EB490. Grayscale: #636363. Windows color (decimal): -7255185 or 7293841. OLE color: 7293841.

HSL color Cylindrical-coordinate representation of color #914B6F: hue angle of 329.14º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #914B6F is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14575111-
CMYK00.480.230.43
HSL329.14º31.82%43.14%-
HSV(B)329.14º48.28%56.86%-
XYZ17.0612.216.49-
YUV100.03134.19160.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.81%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=43.81%
G=22.66%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457511100.480.230.43329.1431.8243.14
Hex914B6F030172B149202b
Octal22111315706027535114053
Binary1001000110010111101111011000010111101011101001001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914B6F; }

 p { color: rgb(145,75,111); }

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

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

 a { background-color: rgb(145,75,111); }

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

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

 span { border-color: rgb(145,75,111); }

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