Html Css Color HEX #954A75 Cannon Pink

📋 copy color: '#954A75'

red 149 ◦ green 74 ◦ blue 117

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

Shades of Cannon Pink #954A75

Tints of Cannon Pink #954A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.76%

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

R = 43.82%
G = 21.76%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#954A75 (or 0x954A75) is known color: Cannon Pink. HEX triplet: 95, 4A and 75. RGB value is (149,74,117). Sum of RGB (Red+Green+Blue) = 149+74+117=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #954A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A75 is #6AB58A. Grayscale: #656565. Windows color (decimal): -6993291 or 7686805. OLE color: 7686805.

HSL color Cylindrical-coordinate representation of color #954A75: hue angle of 325.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A75 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 117 -
CMYK 0 0.50 0.21 0.42
HSL 325.6º 0.34% 0.44% -
HSV(B) 325.6º 0.5% 0.58% -
XYZ 18.05 12.57 18.3 -
YUV 101.33 136.85 162 -
System Red Green Blue C M Y K H S L
Decimal 149 74 117 0 0.50 0.21 0.42 325.6 0.34 0.44
Hex 95 4A 75 0 32 15 2A 146 22 2C
Octal 225 112 165 0 62 25 52 506 42 54
Binary 10010101 1001010 1110101 0 110010 10101 101010 101000110 100010 101100

Color Harmonies of #954A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A75

Black with #954A75

Text Example


Text Example

White with #954A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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