Html Css Color HEX #955275 Cannon Pink

📋 copy color: '#955275'

red 149 ◦ green 82 ◦ blue 117

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

Shades of Cannon Pink #955275

Tints of Cannon Pink #955275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 42.82%
G = 23.56%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#955275 (or 0x955275) is known color: Cannon Pink. HEX triplet: 95, 52 and 75. RGB value is (149,82,117). Sum of RGB (Red+Green+Blue) = 149+82+117=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #955275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955275 is #6AAD8A. Grayscale: #696969. Windows color (decimal): -6991243 or 7688853. OLE color: 7688853.

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

Color convert

RGB 149 82 117 -
CMYK 0 0.45 0.21 0.42
HSL 328.66º 0.29% 0.45% -
HSV(B) 328.66º 0.45% 0.58% -
XYZ 18.62 13.71 18.49 -
YUV 106.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 149 82 117 0 0.45 0.21 0.42 328.66 0.29 0.45
Hex 95 52 75 0 2D 15 2A 149 1D 2D
Octal 225 122 165 0 55 25 52 511 35 55
Binary 10010101 1010010 1110101 0 101101 10101 101010 101001001 11101 101101

Color Harmonies of #955275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955275

Black with #955275

Text Example


Text Example

White with #955275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955275; }

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

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

background-color css

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

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

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

border-color css

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

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

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