#945370

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

Shades of Cannon Pink #945370

Tints of Cannon Pink #945370

Color information

#945370 (or 0x945370) is unknown color: approx Cannon Pink. HEX triplet: 94, 53 and 70. RGB value is (148,83,112). Sum of RGB (Red+Green+Blue) = 148+83+112=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #945370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945370 is #6BAC8F. Grayscale: #696969. Windows color (decimal): -7056528 or 7361428. OLE color: 7361428.

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

Color convert

RGB14883112-
CMYK00.440.240.42
HSL333.23º28.14%45.29%-
HSV(B)333.23º43.92%58.04%-
XYZ18.2313.6517-
YUV105.74131.53158.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=43.15%
G=24.20%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488311200.440.240.42333.2328.1445.29
Hex94537002C182A14d1c2d
Octal22412316005430525153455
Binary100101001010011111000001011001100010101010100110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945370; }

 p { color: rgb(148,83,112); }

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

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

 a { background-color: rgb(148,83,112); }

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

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

 span { border-color: rgb(148,83,112); }

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