Html Css Color HEX #95516D Cannon Pink

📋 copy color: '#95516D'

red 149 ◦ green 81 ◦ blue 109

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

Shades of Cannon Pink #95516D

Tints of Cannon Pink #95516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.89%

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

R = 43.95%
G = 23.89%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95516D (or 0x95516D) is known color: Cannon Pink. HEX triplet: 95, 51 and 6D. RGB value is (149,81,109). Sum of RGB (Red+Green+Blue) = 149+81+109=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95516D is #6AAE92. Grayscale: #686868. Windows color (decimal): -6991507 or 7164309. OLE color: 7164309.

HSL color Cylindrical-coordinate representation of color #95516D: hue angle of 335.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95516D is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 81 109 -
CMYK 0 0.46 0.27 0.42
HSL 335.29º 0.3% 0.45% -
HSV(B) 335.29º 0.46% 0.58% -
XYZ 18.1 13.38 16.1 -
YUV 104.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 149 81 109 0 0.46 0.27 0.42 335.29 0.3 0.45
Hex 95 51 6D 0 2E 1B 2A 14F 1E 2D
Octal 225 121 155 0 56 33 52 517 36 55
Binary 10010101 1010001 1101101 0 101110 11011 101010 101001111 11110 101101

Color Harmonies of #95516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95516D

Black with #95516D

Text Example


Text Example

White with #95516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95516D; }

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

 H1.HeaderClassName
 {
   color: #95516D;
 }
 .AnyTagClassName
 {
   color: #95516D;
 }
</style>

background-color css

<style>
 a { background-color: #95516D; }

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

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

border-color css

<style>
 span { border-color: #95516D; }

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

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