#924F69

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

Shades of Cannon Pink #924F69

Tints of Cannon Pink #924F69

Color information

#924F69 (or 0x924F69) is unknown color: approx Cannon Pink. HEX triplet: 92, 4F and 69. RGB value is (146,79,105). Sum of RGB (Red+Green+Blue) = 146+79+105=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #924F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924F69 is #6DB096. Grayscale: #656565. Windows color (decimal): -7188631 or 6901650. OLE color: 6901650.

HSL color Cylindrical-coordinate representation of color #924F69: hue angle of 336.72º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #924F69 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB14679105-
CMYK00.460.280.43
HSL336.72º29.78%44.12%-
HSV(B)336.72º45.89%57.25%-
XYZ17.212.7214.91-
YUV102129.7159.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.24%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=44.24%
G=23.94%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467910500.460.280.43336.7229.7844.12
Hex924F6902E1C2B1511e2c
Octal22211715105634535213654
Binary100100101001111110100101011101110010101110101000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,79,105); }

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

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

 a { background-color: rgb(146,79,105); }

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

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

 span { border-color: rgb(146,79,105); }

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