Html Css Color HEX #965170 Cannon Pink

📋 copy color: '#965170'

red 150 ◦ green 81 ◦ blue 112

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

Shades of Cannon Pink #965170

Tints of Cannon Pink #965170

RGB

 RED value IS 150 (58.98% from 255) = 43.73%

 GREEN value IS 81 (32.03% from 255) = 23.62%

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

R = 43.73%
G = 23.62%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#965170 (or 0x965170) is known color: Cannon Pink. HEX triplet: 96, 51 and 70. RGB value is (150,81,112). Sum of RGB (Red+Green+Blue) = 150+81+112=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #965170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965170 is #69AE8F. Grayscale: #696969. Windows color (decimal): -6925968 or 7360918. OLE color: 7360918.

HSL color Cylindrical-coordinate representation of color #965170: hue angle of 333.04º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965170 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 81 112 -
CMYK 0 0.46 0.25 0.41
HSL 333.04º 0.3% 0.45% -
HSV(B) 333.04º 0.46% 0.59% -
XYZ 18.44 13.54 16.97 -
YUV 105.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 150 81 112 0 0.46 0.25 0.41 333.04 0.3 0.45
Hex 96 51 70 0 2E 19 29 14D 1E 2D
Octal 226 121 160 0 56 31 51 515 36 55
Binary 10010110 1010001 1110000 0 101110 11001 101001 101001101 11110 101101

Color Harmonies of #965170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965170

Black with #965170

Text Example


Text Example

White with #965170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965170; }

 p { color: rgb(150,81,112); }

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

background-color css

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

 a { background-color: rgb(150,81,112); }

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

border-color css

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

 span { border-color: rgb(150,81,112); }

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