#954B77

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

Shades of Cannon Pink #954B77

Tints of Cannon Pink #954B77

Color information

#954B77 (or 0x954B77) is unknown color: approx Cannon Pink. HEX triplet: 95, 4B and 77. RGB value is (149,75,119). Sum of RGB (Red+Green+Blue) = 149+75+119=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #954B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B77 is #6AB488. Grayscale: #666666. Windows color (decimal): -6993033 or 7818133. OLE color: 7818133.

HSL color Cylindrical-coordinate representation of color #954B77: hue angle of 324.32º 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 #954B77 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14975119-
CMYK00.500.200.42
HSL324.32º33.04%43.92%-
HSV(B)324.32º49.66%58.43%-
XYZ18.2412.7518.95-
YUV102.14137.52161.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=43.44%
G=21.87%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497511900.500.200.42324.3233.0443.92
Hex954B77032142A144212c
Octal22511316706224525044154
Binary1001010110010111110111011001010100101010101000100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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