Html Css Color HEX #96516D Cannon Pink

📋 copy color: '#96516D'

red 150 ◦ green 81 ◦ blue 109

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

Shades of Cannon Pink #96516D

Tints of Cannon Pink #96516D

RGB

 RED value IS 150 (58.98% from 255) = 44.12%

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

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

R = 44.12%
G = 23.82%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96516D (or 0x96516D) is known color: Cannon Pink. HEX triplet: 96, 51 and 6D. RGB value is (150,81,109). Sum of RGB (Red+Green+Blue) = 150+81+109=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #96516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96516D is #69AE92. Grayscale: #686868. Windows color (decimal): -6925971 or 7164310. OLE color: 7164310.

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

Color convert

RGB 150 81 109 -
CMYK 0 0.46 0.27 0.41
HSL 335.65º 0.3% 0.45% -
HSV(B) 335.65º 0.46% 0.59% -
XYZ 18.28 13.47 16.11 -
YUV 104.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 150 81 109 0 0.46 0.27 0.41 335.65 0.3 0.45
Hex 96 51 6D 0 2E 1B 29 150 1E 2D
Octal 226 121 155 0 56 33 51 520 36 55
Binary 10010110 1010001 1101101 0 101110 11011 101001 101010000 11110 101101

Color Harmonies of #96516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96516D

Black with #96516D

Text Example


Text Example

White with #96516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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