Html Css Color HEX #954C6C Cannon Pink

📋 copy color: '#954C6C'

red 149 ◦ green 76 ◦ blue 108

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

Shades of Cannon Pink #954C6C

Tints of Cannon Pink #954C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 44.74%
G = 22.82%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#954C6C (or 0x954C6C) is known color: Cannon Pink. HEX triplet: 95, 4C and 6C. RGB value is (149,76,108). Sum of RGB (Red+Green+Blue) = 149+76+108=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #954C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C6C is #6AB393. Grayscale: #656565. Windows color (decimal): -6992788 or 7097493. OLE color: 7097493.

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

Color convert

RGB 149 76 108 -
CMYK 0 0.49 0.28 0.42
HSL 333.7º 0.32% 0.44% -
HSV(B) 333.7º 0.49% 0.58% -
XYZ 17.69 12.64 15.7 -
YUV 101.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 149 76 108 0 0.49 0.28 0.42 333.7 0.32 0.44
Hex 95 4C 6C 0 31 1C 2A 14E 20 2C
Octal 225 114 154 0 61 34 52 516 40 54
Binary 10010101 1001100 1101100 0 110001 11100 101010 101001110 100000 101100

Color Harmonies of #954C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C6C

Black with #954C6C

Text Example


Text Example

White with #954C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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