Html Css Color HEX #965071 Cannon Pink

📋 copy color: '#965071'

red 150 ◦ green 80 ◦ blue 113

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

Shades of Cannon Pink #965071

Tints of Cannon Pink #965071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.94%

R = 43.73%
G = 23.32%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#965071 (or 0x965071) is known color: Cannon Pink. HEX triplet: 96, 50 and 71. RGB value is (150,80,113). Sum of RGB (Red+Green+Blue) = 150+80+113=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #965071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965071 is #69AF8E. Grayscale: #686868. Windows color (decimal): -6926223 or 7426198. OLE color: 7426198.

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

Color convert

RGB 150 80 113 -
CMYK 0 0.47 0.25 0.41
HSL 331.71º 0.3% 0.45% -
HSV(B) 331.71º 0.47% 0.59% -
XYZ 18.43 13.41 17.24 -
YUV 104.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 150 80 113 0 0.47 0.25 0.41 331.71 0.3 0.45
Hex 96 50 71 0 2F 19 29 14C 1E 2D
Octal 226 120 161 0 57 31 51 514 36 55
Binary 10010110 1010000 1110001 0 101111 11001 101001 101001100 11110 101101

Color Harmonies of #965071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965071

Black with #965071

Text Example


Text Example

White with #965071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965071; }

 p { color: rgb(150,80,113); }

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

background-color css

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

 a { background-color: rgb(150,80,113); }

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

border-color css

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

 span { border-color: rgb(150,80,113); }

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