#914B6C

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

Shades of Cannon Pink #914B6C

Tints of Cannon Pink #914B6C

Color information

#914B6C (or 0x914B6C) is unknown color: approx Cannon Pink. HEX triplet: 91, 4B and 6C. RGB value is (145,75,108). Sum of RGB (Red+Green+Blue) = 145+75+108=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #914B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914B6C is #6EB493. Grayscale: #636363. Windows color (decimal): -7255188 or 7097233. OLE color: 7097233.

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

Color convert

RGB14575108-
CMYK00.480.260.43
HSL331.71º31.82%43.14%-
HSV(B)331.71º48.28%56.86%-
XYZ16.912.1315.64-
YUV99.69132.69160.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.21%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=44.21%
G=22.87%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457510800.480.260.43331.7131.8243.14
Hex914B6C0301A2B14c202b
Octal22111315406032535144053
Binary1001000110010111101100011000011010101011101001100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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