Html Css Color HEX #954B6D Cannon Pink

📋 copy color: '#954B6D'

red 149 ◦ green 75 ◦ blue 109

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

Shades of Cannon Pink #954B6D

Tints of Cannon Pink #954B6D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.52%

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 44.74%
G = 22.52%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#954B6D (or 0x954B6D) is known color: Cannon Pink. HEX triplet: 95, 4B and 6D. RGB value is (149,75,109). Sum of RGB (Red+Green+Blue) = 149+75+109=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #954B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B6D is #6AB492. Grayscale: #646464. Windows color (decimal): -6993043 or 7162773. OLE color: 7162773.

HSL color Cylindrical-coordinate representation of color #954B6D: hue angle of 332.43º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B6D is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 75 109 -
CMYK 0 0.50 0.27 0.42
HSL 332.43º 0.33% 0.44% -
HSV(B) 332.43º 0.5% 0.58% -
XYZ 17.67 12.53 15.95 -
YUV 101 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 149 75 109 0 0.50 0.27 0.42 332.43 0.33 0.44
Hex 95 4B 6D 0 32 1B 2A 14C 21 2C
Octal 225 113 155 0 62 33 52 514 41 54
Binary 10010101 1001011 1101101 0 110010 11011 101010 101001100 100001 101100

Color Harmonies of #954B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B6D

Black with #954B6D

Text Example


Text Example

White with #954B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,75,109); }

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

background-color css

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

 a { background-color: rgb(149,75,109); }

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

border-color css

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

 span { border-color: rgb(149,75,109); }

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