Html Css Color HEX #965076 Cannon Pink

📋 copy color: '#965076'

red 150 ◦ green 80 ◦ blue 118

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

Shades of Cannon Pink #965076

Tints of Cannon Pink #965076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 43.1%
G = 22.99%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#965076 (or 0x965076) is known color: Cannon Pink. HEX triplet: 96, 50 and 76. RGB value is (150,80,118). Sum of RGB (Red+Green+Blue) = 150+80+118=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #965076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965076 is #69AF89. Grayscale: #696969. Windows color (decimal): -6926218 or 7753878. OLE color: 7753878.

HSL color Cylindrical-coordinate representation of color #965076: hue angle of 327.43º 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 #965076 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 118 -
CMYK 0 0.47 0.21 0.41
HSL 327.43º 0.3% 0.45% -
HSV(B) 327.43º 0.47% 0.59% -
XYZ 18.72 13.53 18.76 -
YUV 105.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 150 80 118 0 0.47 0.21 0.41 327.43 0.3 0.45
Hex 96 50 76 0 2F 15 29 147 1E 2D
Octal 226 120 166 0 57 25 51 507 36 55
Binary 10010110 1010000 1110110 0 101111 10101 101001 101000111 11110 101101

Color Harmonies of #965076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965076

Black with #965076

Text Example


Text Example

White with #965076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965076; }

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

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

background-color css

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

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

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

border-color css

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

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

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