#914C6D

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

Shades of Cannon Pink #914C6D

Tints of Cannon Pink #914C6D

Color information

#914C6D (or 0x914C6D) is unknown color: approx Cannon Pink. HEX triplet: 91, 4C and 6D. RGB value is (145,76,109). Sum of RGB (Red+Green+Blue) = 145+76+109=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #914C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914C6D is #6EB392. Grayscale: #646464. Windows color (decimal): -7254931 or 7163025. OLE color: 7163025.

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

Color convert

RGB14576109-
CMYK00.480.250.43
HSL331.3º31.22%43.33%-
HSV(B)331.3º47.59%56.86%-
XYZ17.0212.2915.94-
YUV100.39132.86159.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.94%
GREEN value IS 76 (30.08% from 255) = 23.03%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=43.94%
G=23.03%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1457610900.480.250.43331.331.2243.33
Hex914C6D030192B14b1f2b
Octal22111415506031535133753
Binary100100011001100110110101100001100110101110100101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,76,109); }

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

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

 a { background-color: rgb(145,76,109); }

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

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

 span { border-color: rgb(145,76,109); }

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