Html Css Color HEX #955370 Cannon Pink

📋 copy color: '#955370'

red 149 ◦ green 83 ◦ blue 112

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

Shades of Cannon Pink #955370

Tints of Cannon Pink #955370

RGB

 RED value IS 149 (58.59% from 255) = 43.31%

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

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

R = 43.31%
G = 24.13%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#955370 (or 0x955370) is known color: Cannon Pink. HEX triplet: 95, 53 and 70. RGB value is (149,83,112). Sum of RGB (Red+Green+Blue) = 149+83+112=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #955370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955370 is #6AAC8F. Grayscale: #696969. Windows color (decimal): -6990992 or 7361429. OLE color: 7361429.

HSL color Cylindrical-coordinate representation of color #955370: hue angle of 333.64º 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 #955370 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 83 112 -
CMYK 0 0.44 0.25 0.42
HSL 333.64º 0.28% 0.45% -
HSV(B) 333.64º 0.44% 0.58% -
XYZ 18.41 13.75 17.01 -
YUV 106.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 149 83 112 0 0.44 0.25 0.42 333.64 0.28 0.45
Hex 95 53 70 0 2C 19 2A 14E 1C 2D
Octal 225 123 160 0 54 31 52 516 34 55
Binary 10010101 1010011 1110000 0 101100 11001 101010 101001110 11100 101101

Color Harmonies of #955370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955370

Black with #955370

Text Example


Text Example

White with #955370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955370; }

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

 H1.HeaderClassName
 {
   color: #955370;
 }
 .AnyTagClassName
 {
   color: #955370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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