Html Css Color HEX #834C58 Cannon Pink

📋 copy color: '#834C58'

red 131 ◦ green 76 ◦ blue 88

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

Shades of Cannon Pink #834C58

Tints of Cannon Pink #834C58

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.76%

 BLUE value IS 88 (34.77% from 255) = 29.83%

R = 44.41%
G = 25.76%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#834C58 (or 0x834C58) is known color: Cannon Pink. HEX triplet: 83, 4C and 58. RGB value is (131,76,88). Sum of RGB (Red+Green+Blue) = 131+76+88=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #834C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834C58 is #7CB3A7. Grayscale: #5D5D5D. Windows color (decimal): -8172456 or 5786755. OLE color: 5786755.

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

Color convert

RGB 131 76 88 -
CMYK 0 0.42 0.33 0.49
HSL 346.91º 0.27% 0.41% -
HSV(B) 346.91º 0.42% 0.51% -
XYZ 13.71 10.7 10.58 -
YUV 93.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 131 76 88 0 0.42 0.33 0.49 346.91 0.27 0.41
Hex 83 4C 58 0 2A 21 31 15B 1B 29
Octal 203 114 130 0 52 41 61 533 33 51
Binary 10000011 1001100 1011000 0 101010 100001 110001 101011011 11011 101001

Color Harmonies of #834C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C58

Black with #834C58

Text Example


Text Example

White with #834C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,76,88); }

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

background-color css

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

 a { background-color: rgb(131,76,88); }

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

border-color css

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

 span { border-color: rgb(131,76,88); }

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