#914B65

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

Shades of Cannon Pink #914B65

Tints of Cannon Pink #914B65

Color information

#914B65 (or 0x914B65) is unknown color: approx Cannon Pink. HEX triplet: 91, 4B and 65. RGB value is (145,75,101). Sum of RGB (Red+Green+Blue) = 145+75+101=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #914B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914B65 is #6EB49A. Grayscale: #626262. Windows color (decimal): -7255195 or 6638481. OLE color: 6638481.

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

Color convert

RGB14575101-
CMYK00.480.300.43
HSL337.71º31.82%43.14%-
HSV(B)337.71º48.28%56.86%-
XYZ16.5411.9913.75-
YUV98.89129.19160.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.17%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=45.17%
G=23.36%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457510100.480.300.43337.7131.8243.14
Hex914B650301E2B152202b
Octal22111314506036535224053
Binary1001000110010111100101011000011110101011101010010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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