Html Css Color HEX #95506A Cannon Pink

📋 copy color: '#95506A'

red 149 ◦ green 80 ◦ blue 106

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

Shades of Cannon Pink #95506A

Tints of Cannon Pink #95506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 44.48%
G = 23.88%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95506A (or 0x95506A) is known color: Cannon Pink. HEX triplet: 95, 50 and 6A. RGB value is (149,80,106). Sum of RGB (Red+Green+Blue) = 149+80+106=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #95506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95506A is #6AAF95. Grayscale: #676767. Windows color (decimal): -6991766 or 6967445. OLE color: 6967445.

HSL color Cylindrical-coordinate representation of color #95506A: hue angle of 337.39º 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 #95506A is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 106 -
CMYK 0 0.46 0.29 0.42
HSL 337.39º 0.3% 0.45% -
HSV(B) 337.39º 0.46% 0.58% -
XYZ 17.86 13.17 15.24 -
YUV 103.6 129.36 160.39 -
System Red Green Blue C M Y K H S L
Decimal 149 80 106 0 0.46 0.29 0.42 337.39 0.3 0.45
Hex 95 50 6A 0 2E 1D 2A 151 1E 2D
Octal 225 120 152 0 56 35 52 521 36 55
Binary 10010101 1010000 1101010 0 101110 11101 101010 101010001 11110 101101

Color Harmonies of #95506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95506A

Black with #95506A

Text Example


Text Example

White with #95506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95506A; }

 p { color: rgb(149,80,106); }

 H1.HeaderClassName
 {
   color: #95506A;
 }
 .AnyTagClassName
 {
   color: #95506A;
 }
</style>

background-color css

<style>
 a { background-color: #95506A; }

 a { background-color: rgb(149,80,106); }

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

border-color css

<style>
 span { border-color: #95506A; }

 span { border-color: rgb(149,80,106); }

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