#914F70

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

Shades of Cannon Pink #914F70

Tints of Cannon Pink #914F70

Color information

#914F70 (or 0x914F70) is unknown color: approx Cannon Pink. HEX triplet: 91, 4F and 70. RGB value is (145,79,112). Sum of RGB (Red+Green+Blue) = 145+79+112=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #914F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914F70 is #6EB08F. Grayscale: #666666. Windows color (decimal): -7254160 or 7360401. OLE color: 7360401.

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

Color convert

RGB14579112-
CMYK00.460.230.43
HSL330º29.46%43.92%-
HSV(B)330º45.52%56.86%-
XYZ17.412.7816.88-
YUV102.5133.37158.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.15%
GREEN value IS 79 (31.25% from 255) = 23.51%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=43.15%
G=23.51%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457911200.460.230.4333029.4643.92
Hex914F7002E172B14a1d2c
Octal22111716005627535123554
Binary100100011001111111000001011101011110101110100101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,79,112); }

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

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

 a { background-color: rgb(145,79,112); }

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

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

 span { border-color: rgb(145,79,112); }

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