Html Css Color HEX #95526D Cannon Pink

📋 copy color: '#95526D'

red 149 ◦ green 82 ◦ blue 109

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

Shades of Cannon Pink #95526D

Tints of Cannon Pink #95526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.12%

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

R = 43.82%
G = 24.12%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95526D (or 0x95526D) is known color: Cannon Pink. HEX triplet: 95, 52 and 6D. RGB value is (149,82,109). Sum of RGB (Red+Green+Blue) = 149+82+109=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95526D is #6AAD92. Grayscale: #696969. Windows color (decimal): -6991251 or 7164565. OLE color: 7164565.

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

Color convert

RGB 149 82 109 -
CMYK 0 0.45 0.27 0.42
HSL 335.82º 0.29% 0.45% -
HSV(B) 335.82º 0.45% 0.58% -
XYZ 18.17 13.53 16.12 -
YUV 105.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 149 82 109 0 0.45 0.27 0.42 335.82 0.29 0.45
Hex 95 52 6D 0 2D 1B 2A 150 1D 2D
Octal 225 122 155 0 55 33 52 520 35 55
Binary 10010101 1010010 1101101 0 101101 11011 101010 101010000 11101 101101

Color Harmonies of #95526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95526D

Black with #95526D

Text Example


Text Example

White with #95526D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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