Html Css Color HEX #96536E Cannon Pink

📋 copy color: '#96536E'

red 150 ◦ green 83 ◦ blue 110

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

Shades of Cannon Pink #96536E

Tints of Cannon Pink #96536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.2%

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 43.73%
G = 24.2%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96536E (or 0x96536E) is known color: Cannon Pink. HEX triplet: 96, 53 and 6E. RGB value is (150,83,110). Sum of RGB (Red+Green+Blue) = 150+83+110=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96536E is #69AC91. Grayscale: #6A6A6A. Windows color (decimal): -6925458 or 7230358. OLE color: 7230358.

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

Color convert

RGB 150 83 110 -
CMYK 0 0.45 0.27 0.41
HSL 335.82º 0.29% 0.46% -
HSV(B) 335.82º 0.45% 0.59% -
XYZ 18.49 13.8 16.44 -
YUV 106.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 150 83 110 0 0.45 0.27 0.41 335.82 0.29 0.46
Hex 96 53 6E 0 2D 1B 29 150 1D 2E
Octal 226 123 156 0 55 33 51 520 35 56
Binary 10010110 1010011 1101110 0 101101 11011 101001 101010000 11101 101110

Color Harmonies of #96536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96536E

Black with #96536E

Text Example


Text Example

White with #96536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96536E; }

 p { color: rgb(150,83,110); }

 H1.HeaderClassName
 {
   color: #96536E;
 }
 .AnyTagClassName
 {
   color: #96536E;
 }
</style>

background-color css

<style>
 a { background-color: #96536E; }

 a { background-color: rgb(150,83,110); }

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

border-color css

<style>
 span { border-color: #96536E; }

 span { border-color: rgb(150,83,110); }

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