#924B66

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

Shades of Cannon Pink #924B66

Tints of Cannon Pink #924B66

Color information

#924B66 (or 0x924B66) is unknown color: approx Cannon Pink. HEX triplet: 92, 4B and 66. RGB value is (146,75,102). Sum of RGB (Red+Green+Blue) = 146+75+102=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #924B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924B66 is #6DB499. Grayscale: #636363. Windows color (decimal): -7189658 or 6704018. OLE color: 6704018.

HSL color Cylindrical-coordinate representation of color #924B66: hue angle of 337.18º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #924B66 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB14675102-
CMYK00.490.300.43
HSL337.18º32.13%43.33%-
HSV(B)337.18º48.63%57.25%-
XYZ16.7712.114.02-
YUV99.31129.52161.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.20%
GREEN value IS 75 (29.69% from 255) = 23.22%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=45.20%
G=23.22%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467510200.490.300.43337.1832.1343.33
Hex924B660311E2B151202b
Octal22211314606136535214053
Binary1001001010010111100110011000111110101011101010001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924B66; }

 p { color: rgb(146,75,102); }

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

<style>
 a { background-color: #924B66; }

 a { background-color: rgb(146,75,102); }

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

<style>
 span { border-color: #924B66; }

 span { border-color: rgb(146,75,102); }

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