#92476D

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

Shades of Cannon Pink #92476D

Tints of Cannon Pink #92476D

Color information

#92476D (or 0x92476D) is unknown color: approx Cannon Pink. HEX triplet: 92, 47 and 6D. RGB value is (146,71,109). Sum of RGB (Red+Green+Blue) = 146+71+109=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #92476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92476D is #6DB892. Grayscale: #616161. Windows color (decimal): -7190675 or 7161746. OLE color: 7161746.

HSL color Cylindrical-coordinate representation of color #92476D: hue angle of 329.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92476D is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14671109-
CMYK00.510.250.43
HSL329.6º34.56%42.55%-
HSV(B)329.6º51.37%57.25%-
XYZ16.8711.7215.84-
YUV97.76134.35162.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=44.79%
G=21.78%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467110900.510.250.43329.634.5642.55
Hex92476D033192B14a232b
Octal22210715506331535124353
Binary1001001010001111101101011001111001101011101001010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92476D; }

 p { color: rgb(146,71,109); }

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

<style>
 a { background-color: #92476D; }

 a { background-color: rgb(146,71,109); }

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

<style>
 span { border-color: #92476D; }

 span { border-color: rgb(146,71,109); }

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