#914b6e

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

Shades of Cannon Pink #914B6E

Tints of Cannon Pink #914B6E

Color information

#914B6E (or 0x914B6E) is unknown color: approx Cannon Pink. HEX triplet: 91, 4B and 6E. RGB value is (145,75,110). Sum of RGB (Red+Green+Blue) = 145+75+110=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #914B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914B6E is #6EB491. Grayscale: #636363. Windows color (decimal): -7255186 or 7228305. OLE color: 7228305.

HSL color Cylindrical-coordinate representation of color #914B6E: hue angle of 330º 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 #914B6E is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14575110-
CMYK00.480.240.43
HSL330º31.82%43.14%-
HSV(B)330º48.28%56.86%-
XYZ17.0112.1816.21-
YUV99.92133.69160.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=43.94%
G=22.73%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457511000.480.240.4333031.8243.14
Hex914B6E030182B14a202b
Octal22111315606030535124053
Binary1001000110010111101110011000011000101011101001010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914b6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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