Html Css Color HEX #945370 Cannon Pink

📋 copy color: '#945370'

red 148 ◦ green 83 ◦ blue 112

#945370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #945370

Tints of Cannon Pink #945370

RGB

 RED value IS 148 (58.2% from 255) = 43.15%

 GREEN value IS 83 (32.81% from 255) = 24.2%

 BLUE value IS 112 (44.14% from 255) = 32.65%

R = 43.15%
G = 24.2%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#945370 (or 0x945370) is known color: 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

RGB 148 83 112 -
CMYK 0 0.44 0.24 0.42
HSL 333.23º 0.28% 0.45% -
HSV(B) 333.23º 0.44% 0.58% -
XYZ 18.23 13.65 17 -
YUV 105.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 148 83 112 0 0.44 0.24 0.42 333.23 0.28 0.45
Hex 94 53 70 0 2C 18 2A 14D 1C 2D
Octal 224 123 160 0 54 30 52 515 34 55
Binary 10010100 1010011 1110000 0 101100 11000 101010 101001101 11100 101101

Color Harmonies of #945370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945370

Black with #945370

Text Example


Text Example

White with #945370

Text Example


Text Example

HTML Codes & Css Web 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>