Html Css Color HEX #965356 Solid Pink

📋 copy color: '#965356'

red 150 ◦ green 83 ◦ blue 86

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

Shades of Solid Pink #965356

Tints of Solid Pink #965356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.96%

R = 47.02%
G = 26.02%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#965356 (or 0x965356) is known color: Solid Pink. HEX triplet: 96, 53 and 56. RGB value is (150,83,86). Sum of RGB (Red+Green+Blue) = 150+83+86=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #965356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965356 is #69ACA9. Grayscale: #676767. Windows color (decimal): -6925482 or 5657494. OLE color: 5657494.

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

Color convert

RGB 150 83 86 -
CMYK 0 0.45 0.43 0.41
HSL 357.31º 0.29% 0.46% -
HSV(B) 357.31º 0.45% 0.59% -
XYZ 17.35 13.34 10.46 -
YUV 103.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 150 83 86 0 0.45 0.43 0.41 357.31 0.29 0.46
Hex 96 53 56 0 2D 2B 29 165 1D 2E
Octal 226 123 126 0 55 53 51 545 35 56
Binary 10010110 1010011 1010110 0 101101 101011 101001 101100101 11101 101110

Color Harmonies of #965356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965356

Black with #965356

Text Example


Text Example

White with #965356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965356; }

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

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

background-color css

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

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

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

border-color css

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

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

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