Html Css Color HEX #955070 Cannon Pink

📋 copy color: '#955070'

red 149 ◦ green 80 ◦ blue 112

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

Shades of Cannon Pink #955070

Tints of Cannon Pink #955070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

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

R = 43.7%
G = 23.46%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#955070 (or 0x955070) is known color: Cannon Pink. HEX triplet: 95, 50 and 70. RGB value is (149,80,112). Sum of RGB (Red+Green+Blue) = 149+80+112=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #955070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955070 is #6AAF8F. Grayscale: #686868. Windows color (decimal): -6991760 or 7360661. OLE color: 7360661.

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

Color convert

RGB 149 80 112 -
CMYK 0 0.46 0.25 0.42
HSL 332.17º 0.3% 0.45% -
HSV(B) 332.17º 0.46% 0.58% -
XYZ 18.19 13.3 16.94 -
YUV 104.28 132.36 159.9 -
System Red Green Blue C M Y K H S L
Decimal 149 80 112 0 0.46 0.25 0.42 332.17 0.3 0.45
Hex 95 50 70 0 2E 19 2A 14C 1E 2D
Octal 225 120 160 0 56 31 52 514 36 55
Binary 10010101 1010000 1110000 0 101110 11001 101010 101001100 11110 101101

Color Harmonies of #955070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955070

Black with #955070

Text Example


Text Example

White with #955070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955070; }

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

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

background-color css

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

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

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

border-color css

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

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

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