#954C6A

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

Shades of Cannon Pink #954C6A

Tints of Cannon Pink #954C6A

Color information

#954C6A (or 0x954C6A) is unknown color: approx Cannon Pink. HEX triplet: 95, 4C and 6A. RGB value is (149,76,106). Sum of RGB (Red+Green+Blue) = 149+76+106=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #954C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C6A is #6AB395. Grayscale: #656565. Windows color (decimal): -6992790 or 6966421. OLE color: 6966421.

HSL color Cylindrical-coordinate representation of color #954C6A: hue angle of 335.34º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C6A is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14976106-
CMYK00.490.290.42
HSL335.34º32.44%44.12%-
HSV(B)335.34º48.99%58.43%-
XYZ17.5812.615.14-
YUV101.25130.68162.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=45.02%
G=22.96%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497610600.490.290.42335.3432.4444.12
Hex954C6A0311D2A14f202c
Octal22511415206135525174054
Binary1001010110011001101010011000111101101010101001111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954C6A; }

 p { color: rgb(149,76,106); }

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

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

 a { background-color: rgb(149,76,106); }

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

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

 span { border-color: rgb(149,76,106); }

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