Html Css Color HEX #955075 Cannon Pink

📋 copy color: '#955075'

red 149 ◦ green 80 ◦ blue 117

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

Shades of Cannon Pink #955075

Tints of Cannon Pink #955075

RGB

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

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

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

R = 43.06%
G = 23.12%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#955075 (or 0x955075) is known color: Cannon Pink. HEX triplet: 95, 50 and 75. RGB value is (149,80,117). Sum of RGB (Red+Green+Blue) = 149+80+117=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #955075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955075 is #6AAF8A. Grayscale: #686868. Windows color (decimal): -6991755 or 7688341. OLE color: 7688341.

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

Color convert

RGB 149 80 117 -
CMYK 0 0.46 0.21 0.42
HSL 327.83º 0.3% 0.45% -
HSV(B) 327.83º 0.46% 0.58% -
XYZ 18.47 13.41 18.44 -
YUV 104.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 149 80 117 0 0.46 0.21 0.42 327.83 0.3 0.45
Hex 95 50 75 0 2E 15 2A 148 1E 2D
Octal 225 120 165 0 56 25 52 510 36 55
Binary 10010101 1010000 1110101 0 101110 10101 101010 101001000 11110 101101

Color Harmonies of #955075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955075

Black with #955075

Text Example


Text Example

White with #955075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955075; }

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

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

background-color css

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

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

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

border-color css

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

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

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