Html Css Color HEX #95536D Cannon Pink

📋 copy color: '#95536D'

red 149 ◦ green 83 ◦ blue 109

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

Shades of Cannon Pink #95536D

Tints of Cannon Pink #95536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.34%

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

R = 43.7%
G = 24.34%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95536D (or 0x95536D) is known color: Cannon Pink. HEX triplet: 95, 53 and 6D. RGB value is (149,83,109). Sum of RGB (Red+Green+Blue) = 149+83+109=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95536D is #6AAC92. Grayscale: #696969. Windows color (decimal): -6990995 or 7164821. OLE color: 7164821.

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

Color convert

RGB 149 83 109 -
CMYK 0 0.44 0.27 0.42
HSL 336.36º 0.28% 0.45% -
HSV(B) 336.36º 0.44% 0.58% -
XYZ 18.25 13.68 16.15 -
YUV 105.7 129.87 158.89 -
System Red Green Blue C M Y K H S L
Decimal 149 83 109 0 0.44 0.27 0.42 336.36 0.28 0.45
Hex 95 53 6D 0 2C 1B 2A 150 1C 2D
Octal 225 123 155 0 54 33 52 520 34 55
Binary 10010101 1010011 1101101 0 101100 11011 101010 101010000 11100 101101

Color Harmonies of #95536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95536D

Black with #95536D

Text Example


Text Example

White with #95536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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