#954875

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

Shades of Cannon Pink #954875

Tints of Cannon Pink #954875

Color information

#954875 (or 0x954875) is unknown color: approx Cannon Pink. HEX triplet: 95, 48 and 75. RGB value is (149,72,117). Sum of RGB (Red+Green+Blue) = 149+72+117=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #954875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954875 is #6AB78A. Grayscale: #646464. Windows color (decimal): -6993803 or 7686293. OLE color: 7686293.

HSL color Cylindrical-coordinate representation of color #954875: hue angle of 324.94º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954875 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14972117-
CMYK00.520.210.42
HSL324.94º34.84%43.33%-
HSV(B)324.94º51.68%58.43%-
XYZ17.9212.3118.26-
YUV100.15137.51162.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 117 (46.09% from 255) = 34.62%
R=44.08%
G=21.30%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497211700.520.210.42324.9434.8443.33
Hex954875034152A145232b
Octal22511016506425525054353
Binary1001010110010001110101011010010101101010101000101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954875; }

 p { color: rgb(149,72,117); }

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

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

 a { background-color: rgb(149,72,117); }

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

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

 span { border-color: rgb(149,72,117); }

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