Html Css Color HEX #96506C Cannon Pink

📋 copy color: '#96506C'

red 150 ◦ green 80 ◦ blue 108

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

Shades of Cannon Pink #96506C

Tints of Cannon Pink #96506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 44.38%
G = 23.67%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96506C (or 0x96506C) is known color: Cannon Pink. HEX triplet: 96, 50 and 6C. RGB value is (150,80,108). Sum of RGB (Red+Green+Blue) = 150+80+108=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #96506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96506C is #69AF93. Grayscale: #686868. Windows color (decimal): -6926228 or 7098518. OLE color: 7098518.

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

Color convert

RGB 150 80 108 -
CMYK 0 0.47 0.28 0.41
HSL 336º 0.3% 0.45% -
HSV(B) 336º 0.47% 0.59% -
XYZ 18.15 13.3 15.8 -
YUV 104.12 130.19 160.72 -
System Red Green Blue C M Y K H S L
Decimal 150 80 108 0 0.47 0.28 0.41 336 0.3 0.45
Hex 96 50 6C 0 2F 1C 29 150 1E 2D
Octal 226 120 154 0 57 34 51 520 36 55
Binary 10010110 1010000 1101100 0 101111 11100 101001 101010000 11110 101101

Color Harmonies of #96506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96506C

Black with #96506C

Text Example


Text Example

White with #96506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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