Html Css Color HEX #834E60 Cannon Pink

📋 copy color: '#834E60'

red 131 ◦ green 78 ◦ blue 96

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

Shades of Cannon Pink #834E60

Tints of Cannon Pink #834E60

RGB

 RED value IS 131 (51.56% from 255) = 42.95%

 GREEN value IS 78 (30.86% from 255) = 25.57%

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 42.95%
G = 25.57%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#834E60 (or 0x834E60) is known color: Cannon Pink. HEX triplet: 83, 4E and 60. RGB value is (131,78,96). Sum of RGB (Red+Green+Blue) = 131+78+96=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #834E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #834E60 is #7CB19F. Grayscale: #5F5F5F. Windows color (decimal): -8171936 or 6311555. OLE color: 6311555.

HSL color Cylindrical-coordinate representation of color #834E60: hue angle of 339.62º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #834E60 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 78 96 -
CMYK 0 0.40 0.27 0.49
HSL 339.62º 0.25% 0.41% -
HSV(B) 339.62º 0.4% 0.51% -
XYZ 14.2 11.12 12.46 -
YUV 95.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 131 78 96 0 0.40 0.27 0.49 339.62 0.25 0.41
Hex 83 4E 60 0 28 1B 31 154 19 29
Octal 203 116 140 0 50 33 61 524 31 51
Binary 10000011 1001110 1100000 0 101000 11011 110001 101010100 11001 101001

Color Harmonies of #834E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834E60

Black with #834E60

Text Example


Text Example

White with #834E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834E60; }

 p { color: rgb(131,78,96); }

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

background-color css

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

 a { background-color: rgb(131,78,96); }

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

border-color css

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

 span { border-color: rgb(131,78,96); }

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