Html Css Color HEX #954F70 Cannon Pink

📋 copy color: '#954F70'

red 149 ◦ green 79 ◦ blue 112

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

Shades of Cannon Pink #954F70

Tints of Cannon Pink #954F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.24%

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

R = 43.82%
G = 23.24%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#954F70 (or 0x954F70) is known color: Cannon Pink. HEX triplet: 95, 4F and 70. RGB value is (149,79,112). Sum of RGB (Red+Green+Blue) = 149+79+112=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #954F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F70 is #6AB08F. Grayscale: #676767. Windows color (decimal): -6992016 or 7360405. OLE color: 7360405.

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

Color convert

RGB 149 79 112 -
CMYK 0 0.47 0.25 0.42
HSL 331.71º 0.31% 0.45% -
HSV(B) 331.71º 0.47% 0.58% -
XYZ 18.12 13.15 16.91 -
YUV 103.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 149 79 112 0 0.47 0.25 0.42 331.71 0.31 0.45
Hex 95 4F 70 0 2F 19 2A 14C 1F 2D
Octal 225 117 160 0 57 31 52 514 37 55
Binary 10010101 1001111 1110000 0 101111 11001 101010 101001100 11111 101101

Color Harmonies of #954F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F70

Black with #954F70

Text Example


Text Example

White with #954F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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