Html Css Color HEX #954F72 Cannon Pink

📋 copy color: '#954F72'

red 149 ◦ green 79 ◦ blue 114

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

Shades of Cannon Pink #954F72

Tints of Cannon Pink #954F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 43.57%
G = 23.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#954F72 (or 0x954F72) is known color: Cannon Pink. HEX triplet: 95, 4F and 72. RGB value is (149,79,114). Sum of RGB (Red+Green+Blue) = 149+79+114=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #954F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F72 is #6AB08D. Grayscale: #676767. Windows color (decimal): -6992014 or 7491477. OLE color: 7491477.

HSL color Cylindrical-coordinate representation of color #954F72: hue angle of 330º 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 #954F72 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 114 -
CMYK 0 0.47 0.23 0.42
HSL 330º 0.31% 0.45% -
HSV(B) 330º 0.47% 0.58% -
XYZ 18.23 13.2 17.51 -
YUV 103.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 149 79 114 0 0.47 0.23 0.42 330 0.31 0.45
Hex 95 4F 72 0 2F 17 2A 14A 1F 2D
Octal 225 117 162 0 57 27 52 512 37 55
Binary 10010101 1001111 1110010 0 101111 10111 101010 101001010 11111 101101

Color Harmonies of #954F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F72

Black with #954F72

Text Example


Text Example

White with #954F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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