#994F75

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

Shades of Cannon Pink #994F75

Tints of Cannon Pink #994F75

Color information

#994F75 (or 0x994F75) is unknown color: approx Cannon Pink. HEX triplet: 99, 4F and 75. RGB value is (153,79,117). Sum of RGB (Red+Green+Blue) = 153+79+117=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #994F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F75 is #66B08A. Grayscale: #696969. Windows color (decimal): -6729867 or 7688089. OLE color: 7688089.

HSL color Cylindrical-coordinate representation of color #994F75: hue angle of 329.19º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F75 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB15379117-
CMYK00.480.240.4
HSL329.19º31.9%45.49%-
HSV(B)329.19º48.37%60%-
XYZ19.1413.6518.46-
YUV105.46134.52161.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 79 (31.25% from 255) = 22.64%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=43.84%
G=22.64%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537911700.480.240.4329.1931.945.49
Hex994F750301828149202d
Octal23111716506030505114055
Binary1001100110011111110101011000011000101000101001001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994F75; }

 p { color: rgb(153,79,117); }

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

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

 a { background-color: rgb(153,79,117); }

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

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

 span { border-color: rgb(153,79,117); }

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