#925268

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

Shades of Cannon Pink #925268

Tints of Cannon Pink #925268

Color information

#925268 (or 0x925268) is unknown color: approx Cannon Pink. HEX triplet: 92, 52 and 68. RGB value is (146,82,104). Sum of RGB (Red+Green+Blue) = 146+82+104=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #925268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925268 is #6DAD97. Grayscale: #676767. Windows color (decimal): -7187864 or 6836882. OLE color: 6836882.

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

Color convert

RGB14682104-
CMYK00.440.290.43
HSL339.38º28.07%44.71%-
HSV(B)339.38º43.84%57.25%-
XYZ17.3713.1514.72-
YUV103.64128.2158.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=43.98%
G=24.70%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468210400.440.290.43339.3828.0744.71
Hex92526802C1D2B1531c2d
Octal22212215005435535233455
Binary100100101010010110100001011001110110101110101001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925268; }

 p { color: rgb(146,82,104); }

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

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

 a { background-color: rgb(146,82,104); }

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

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

 span { border-color: rgb(146,82,104); }

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