Html Css Color HEX #954C6F Cannon Pink

📋 copy color: '#954C6F'

red 149 ◦ green 76 ◦ blue 111

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

Shades of Cannon Pink #954C6F

Tints of Cannon Pink #954C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.62%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 44.35%
G = 22.62%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#954C6F (or 0x954C6F) is known color: Cannon Pink. HEX triplet: 95, 4C and 6F. RGB value is (149,76,111). Sum of RGB (Red+Green+Blue) = 149+76+111=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #954C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C6F is #6AB390. Grayscale: #656565. Windows color (decimal): -6992785 or 7294101. OLE color: 7294101.

HSL color Cylindrical-coordinate representation of color #954C6F: hue angle of 331.23º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C6F is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 76 111 -
CMYK 0 0.49 0.26 0.42
HSL 331.23º 0.32% 0.44% -
HSV(B) 331.23º 0.49% 0.58% -
XYZ 17.85 12.71 16.55 -
YUV 101.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 149 76 111 0 0.49 0.26 0.42 331.23 0.32 0.44
Hex 95 4C 6F 0 31 1A 2A 14B 20 2C
Octal 225 114 157 0 61 32 52 513 40 54
Binary 10010101 1001100 1101111 0 110001 11010 101010 101001011 100000 101100

Color Harmonies of #954C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C6F

Black with #954C6F

Text Example


Text Example

White with #954C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,76,111); }

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

background-color css

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

 a { background-color: rgb(149,76,111); }

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

border-color css

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

 span { border-color: rgb(149,76,111); }

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