Html Css Color HEX #95526B Cannon Pink

📋 copy color: '#95526B'

red 149 ◦ green 82 ◦ blue 107

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

Shades of Cannon Pink #95526B

Tints of Cannon Pink #95526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.66%

R = 44.08%
G = 24.26%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95526B (or 0x95526B) is known color: Cannon Pink. HEX triplet: 95, 52 and 6B. RGB value is (149,82,107). Sum of RGB (Red+Green+Blue) = 149+82+107=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95526B is #6AAD94. Grayscale: #686868. Windows color (decimal): -6991253 or 7033493. OLE color: 7033493.

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

Color convert

RGB 149 82 107 -
CMYK 0 0.45 0.28 0.42
HSL 337.61º 0.29% 0.45% -
HSV(B) 337.61º 0.45% 0.58% -
XYZ 18.07 13.49 15.56 -
YUV 104.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 149 82 107 0 0.45 0.28 0.42 337.61 0.29 0.45
Hex 95 52 6B 0 2D 1C 2A 152 1D 2D
Octal 225 122 153 0 55 34 52 522 35 55
Binary 10010101 1010010 1101011 0 101101 11100 101010 101010010 11101 101101

Color Harmonies of #95526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95526B

Black with #95526B

Text Example


Text Example

White with #95526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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