Html Css Color HEX #95516C Cannon Pink

📋 copy color: '#95516C'

red 149 ◦ green 81 ◦ blue 108

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

Shades of Cannon Pink #95516C

Tints of Cannon Pink #95516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.96%

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

R = 44.08%
G = 23.96%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95516C (or 0x95516C) is known color: Cannon Pink. HEX triplet: 95, 51 and 6C. RGB value is (149,81,108). Sum of RGB (Red+Green+Blue) = 149+81+108=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95516C is #6AAE93. Grayscale: #686868. Windows color (decimal): -6991508 or 7098773. OLE color: 7098773.

HSL color Cylindrical-coordinate representation of color #95516C: hue angle of 336.18º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95516C is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 81 108 -
CMYK 0 0.46 0.28 0.42
HSL 336.18º 0.3% 0.45% -
HSV(B) 336.18º 0.46% 0.58% -
XYZ 18.04 13.36 15.81 -
YUV 104.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 149 81 108 0 0.46 0.28 0.42 336.18 0.3 0.45
Hex 95 51 6C 0 2E 1C 2A 150 1E 2D
Octal 225 121 154 0 56 34 52 520 36 55
Binary 10010101 1010001 1101100 0 101110 11100 101010 101010000 11110 101101

Color Harmonies of #95516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95516C

Black with #95516C

Text Example


Text Example

White with #95516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,81,108); }

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

background-color css

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

 a { background-color: rgb(149,81,108); }

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

border-color css

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

 span { border-color: rgb(149,81,108); }

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