Html Css Color HEX #954F6B Cannon Pink

📋 copy color: '#954F6B'

red 149 ◦ green 79 ◦ blue 107

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

Shades of Cannon Pink #954F6B

Tints of Cannon Pink #954F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 44.48%
G = 23.58%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#954F6B (or 0x954F6B) is known color: Cannon Pink. HEX triplet: 95, 4F and 6B. RGB value is (149,79,107). Sum of RGB (Red+Green+Blue) = 149+79+107=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #954F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F6B is #6AB094. Grayscale: #676767. Windows color (decimal): -6992021 or 7032725. OLE color: 7032725.

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

Color convert

RGB 149 79 107 -
CMYK 0 0.47 0.28 0.42
HSL 336º 0.31% 0.45% -
HSV(B) 336º 0.47% 0.58% -
XYZ 17.84 13.04 15.49 -
YUV 103.12 130.19 160.72 -
System Red Green Blue C M Y K H S L
Decimal 149 79 107 0 0.47 0.28 0.42 336 0.31 0.45
Hex 95 4F 6B 0 2F 1C 2A 150 1F 2D
Octal 225 117 153 0 57 34 52 520 37 55
Binary 10010101 1001111 1101011 0 101111 11100 101010 101010000 11111 101101

Color Harmonies of #954F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F6B

Black with #954F6B

Text Example


Text Example

White with #954F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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