Html Css Color HEX #95526F Cannon Pink

📋 copy color: '#95526F'

red 149 ◦ green 82 ◦ blue 111

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

Shades of Cannon Pink #95526F

Tints of Cannon Pink #95526F

RGB

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

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

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

R = 43.57%
G = 23.98%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95526F (or 0x95526F) is known color: Cannon Pink. HEX triplet: 95, 52 and 6F. RGB value is (149,82,111). Sum of RGB (Red+Green+Blue) = 149+82+111=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95526F is #6AAD90. Grayscale: #696969. Windows color (decimal): -6991249 or 7295637. OLE color: 7295637.

HSL color Cylindrical-coordinate representation of color #95526F: hue angle of 334.03º 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 #95526F is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 111 -
CMYK 0 0.45 0.26 0.42
HSL 334.03º 0.29% 0.45% -
HSV(B) 334.03º 0.45% 0.58% -
XYZ 18.28 13.57 16.7 -
YUV 105.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 149 82 111 0 0.45 0.26 0.42 334.03 0.29 0.45
Hex 95 52 6F 0 2D 1A 2A 14E 1D 2D
Octal 225 122 157 0 55 32 52 516 35 55
Binary 10010101 1010010 1101111 0 101101 11010 101010 101001110 11101 101101

Color Harmonies of #95526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95526F

Black with #95526F

Text Example


Text Example

White with #95526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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