Html Css Color HEX #965075 Cannon Pink

📋 copy color: '#965075'

red 150 ◦ green 80 ◦ blue 117

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

Shades of Cannon Pink #965075

Tints of Cannon Pink #965075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 43.23%
G = 23.05%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#965075 (or 0x965075) is known color: Cannon Pink. HEX triplet: 96, 50 and 75. RGB value is (150,80,117). Sum of RGB (Red+Green+Blue) = 150+80+117=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #965075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965075 is #69AF8A. Grayscale: #696969. Windows color (decimal): -6926219 or 7688342. OLE color: 7688342.

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

Color convert

RGB 150 80 117 -
CMYK 0 0.47 0.22 0.41
HSL 328.29º 0.3% 0.45% -
HSV(B) 328.29º 0.47% 0.59% -
XYZ 18.66 13.51 18.45 -
YUV 105.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 150 80 117 0 0.47 0.22 0.41 328.29 0.3 0.45
Hex 96 50 75 0 2F 16 29 148 1E 2D
Octal 226 120 165 0 57 26 51 510 36 55
Binary 10010110 1010000 1110101 0 101111 10110 101001 101001000 11110 101101

Color Harmonies of #965075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965075

Black with #965075

Text Example


Text Example

White with #965075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965075; }

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

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

background-color css

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

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

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

border-color css

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

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

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