Html Css Color HEX #955270 Cannon Pink

📋 copy color: '#955270'

red 149 ◦ green 82 ◦ blue 112

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

Shades of Cannon Pink #955270

Tints of Cannon Pink #955270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.65%

R = 43.44%
G = 23.91%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#955270 (or 0x955270) is known color: Cannon Pink. HEX triplet: 95, 52 and 70. RGB value is (149,82,112). Sum of RGB (Red+Green+Blue) = 149+82+112=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #955270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955270 is #6AAD8F. Grayscale: #696969. Windows color (decimal): -6991248 or 7361173. OLE color: 7361173.

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

Color convert

RGB 149 82 112 -
CMYK 0 0.45 0.25 0.42
HSL 333.13º 0.29% 0.45% -
HSV(B) 333.13º 0.45% 0.58% -
XYZ 18.34 13.59 16.99 -
YUV 105.45 131.7 159.06 -
System Red Green Blue C M Y K H S L
Decimal 149 82 112 0 0.45 0.25 0.42 333.13 0.29 0.45
Hex 95 52 70 0 2D 19 2A 14D 1D 2D
Octal 225 122 160 0 55 31 52 515 35 55
Binary 10010101 1010010 1110000 0 101101 11001 101010 101001101 11101 101101

Color Harmonies of #955270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955270

Black with #955270

Text Example


Text Example

White with #955270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955270; }

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

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

background-color css

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

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

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

border-color css

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

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

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