Html Css Color HEX #96506F Cannon Pink

📋 copy color: '#96506F'

red 150 ◦ green 80 ◦ blue 111

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

Shades of Cannon Pink #96506F

Tints of Cannon Pink #96506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

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

R = 43.99%
G = 23.46%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96506F (or 0x96506F) is known color: Cannon Pink. HEX triplet: 96, 50 and 6F. RGB value is (150,80,111). Sum of RGB (Red+Green+Blue) = 150+80+111=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96506F is #69AF90. Grayscale: #686868. Windows color (decimal): -6926225 or 7295126. OLE color: 7295126.

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

Color convert

RGB 150 80 111 -
CMYK 0 0.47 0.26 0.41
HSL 333.43º 0.3% 0.45% -
HSV(B) 333.43º 0.47% 0.59% -
XYZ 18.32 13.37 16.65 -
YUV 104.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 150 80 111 0 0.47 0.26 0.41 333.43 0.3 0.45
Hex 96 50 6F 0 2F 1A 29 14D 1E 2D
Octal 226 120 157 0 57 32 51 515 36 55
Binary 10010110 1010000 1101111 0 101111 11010 101001 101001101 11110 101101

Color Harmonies of #96506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96506F

Black with #96506F

Text Example


Text Example

White with #96506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96506F; }

 p { color: rgb(150,80,111); }

 H1.HeaderClassName
 {
   color: #96506F;
 }
 .AnyTagClassName
 {
   color: #96506F;
 }
</style>

background-color css

<style>
 a { background-color: #96506F; }

 a { background-color: rgb(150,80,111); }

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

border-color css

<style>
 span { border-color: #96506F; }

 span { border-color: rgb(150,80,111); }

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