#954B6C

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

Shades of Cannon Pink #954B6C

Tints of Cannon Pink #954B6C

Color information

#954B6C (or 0x954B6C) is unknown color: approx Cannon Pink. HEX triplet: 95, 4B and 6C. RGB value is (149,75,108). Sum of RGB (Red+Green+Blue) = 149+75+108=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #954B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B6C is #6AB493. Grayscale: #646464. Windows color (decimal): -6993044 or 7097237. OLE color: 7097237.

HSL color Cylindrical-coordinate representation of color #954B6C: hue angle of 333.24º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B6C is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14975108-
CMYK00.500.280.42
HSL333.24º33.04%43.92%-
HSV(B)333.24º49.66%58.43%-
XYZ17.6212.515.67-
YUV100.89132.02162.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=44.88%
G=22.59%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497510800.500.280.42333.2433.0443.92
Hex954B6C0321C2A14d212c
Octal22511315406234525154154
Binary1001010110010111101100011001011100101010101001101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,75,108); }

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

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

 a { background-color: rgb(149,75,108); }

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

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

 span { border-color: rgb(149,75,108); }

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