Html Css Color HEX #914C63 Cannon Pink

📋 copy color: '#914C63'

red 145 ◦ green 76 ◦ blue 99

#914C63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #914C63

Tints of Cannon Pink #914C63

RGB

 RED value IS 145 (57.03% from 255) = 45.31%

 GREEN value IS 76 (30.08% from 255) = 23.75%

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 45.31%
G = 23.75%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#914C63 (or 0x914C63) is known color: Cannon Pink. HEX triplet: 91, 4C and 63. RGB value is (145,76,99). Sum of RGB (Red+Green+Blue) = 145+76+99=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #914C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914C63 is #6EB39C. Grayscale: #636363. Windows color (decimal): -7254941 or 6507665. OLE color: 6507665.

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

Color convert

RGB 145 76 99 -
CMYK 0 0.48 0.32 0.43
HSL 340º 0.31% 0.43% -
HSV(B) 340º 0.48% 0.57% -
XYZ 16.51 12.09 13.27 -
YUV 99.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 145 76 99 0 0.48 0.32 0.43 340 0.31 0.43
Hex 91 4C 63 0 30 20 2B 154 1F 2B
Octal 221 114 143 0 60 40 53 524 37 53
Binary 10010001 1001100 1100011 0 110000 100000 101011 101010100 11111 101011

Color Harmonies of #914C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914C63

Black with #914C63

Text Example


Text Example

White with #914C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #914C63;
 }
 .AnyTagClassName
 {
   color: #914C63;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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