Html Css Color HEX #965370 Cannon Pink

📋 copy color: '#965370'

red 150 ◦ green 83 ◦ blue 112

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

Shades of Cannon Pink #965370

Tints of Cannon Pink #965370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

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

R = 43.48%
G = 24.06%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#965370 (or 0x965370) is known color: Cannon Pink. HEX triplet: 96, 53 and 70. RGB value is (150,83,112). Sum of RGB (Red+Green+Blue) = 150+83+112=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #965370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965370 is #69AC8F. Grayscale: #6A6A6A. Windows color (decimal): -6925456 or 7361430. OLE color: 7361430.

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

Color convert

RGB 150 83 112 -
CMYK 0 0.45 0.25 0.41
HSL 334.03º 0.29% 0.46% -
HSV(B) 334.03º 0.45% 0.59% -
XYZ 18.6 13.84 17.02 -
YUV 106.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 150 83 112 0 0.45 0.25 0.41 334.03 0.29 0.46
Hex 96 53 70 0 2D 19 29 14E 1D 2E
Octal 226 123 160 0 55 31 51 516 35 56
Binary 10010110 1010011 1110000 0 101101 11001 101001 101001110 11101 101110

Color Harmonies of #965370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965370

Black with #965370

Text Example


Text Example

White with #965370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965370; }

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

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

background-color css

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

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

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

border-color css

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

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

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