Html Css Color HEX #954B70 Cannon Pink

📋 copy color: '#954B70'

red 149 ◦ green 75 ◦ blue 112

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

Shades of Cannon Pink #954B70

Tints of Cannon Pink #954B70

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.32%

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

R = 44.35%
G = 22.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#954B70 (or 0x954B70) is known color: Cannon Pink. HEX triplet: 95, 4B and 70. RGB value is (149,75,112). Sum of RGB (Red+Green+Blue) = 149+75+112=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #954B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B70 is #6AB48F. Grayscale: #656565. Windows color (decimal): -6993040 or 7359381. OLE color: 7359381.

HSL color Cylindrical-coordinate representation of color #954B70: hue angle of 330º degrees, saturation: 0.33, 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 #954B70 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 75 112 -
CMYK 0 0.50 0.25 0.42
HSL 330º 0.33% 0.44% -
HSV(B) 330º 0.5% 0.58% -
XYZ 17.84 12.59 16.82 -
YUV 101.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 149 75 112 0 0.50 0.25 0.42 330 0.33 0.44
Hex 95 4B 70 0 32 19 2A 14A 21 2C
Octal 225 113 160 0 62 31 52 512 41 54
Binary 10010101 1001011 1110000 0 110010 11001 101010 101001010 100001 101100

Color Harmonies of #954B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B70

Black with #954B70

Text Example


Text Example

White with #954B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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