Html Css Color HEX #965270 Cannon Pink

📋 copy color: '#965270'

red 150 ◦ green 82 ◦ blue 112

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

Shades of Cannon Pink #965270

Tints of Cannon Pink #965270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.84%

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

R = 43.6%
G = 23.84%
B = 32.56%

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

#965270 (or 0x965270) is known color: Cannon Pink. HEX triplet: 96, 52 and 70. RGB value is (150,82,112). Sum of RGB (Red+Green+Blue) = 150+82+112=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #965270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965270 is #69AD8F. Grayscale: #696969. Windows color (decimal): -6925712 or 7361174. OLE color: 7361174.

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

Color convert

RGB 150 82 112 -
CMYK 0 0.45 0.25 0.41
HSL 333.53º 0.29% 0.45% -
HSV(B) 333.53º 0.45% 0.59% -
XYZ 18.52 13.69 17 -
YUV 105.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 150 82 112 0 0.45 0.25 0.41 333.53 0.29 0.45
Hex 96 52 70 0 2D 19 29 14E 1D 2D
Octal 226 122 160 0 55 31 51 516 35 55
Binary 10010110 1010010 1110000 0 101101 11001 101001 101001110 11101 101101

Color Harmonies of #965270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965270

Black with #965270

Text Example


Text Example

White with #965270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965270; }

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

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

background-color css

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

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

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

border-color css

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

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

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