Html Css Color HEX #845565 Cannon Pink

📋 copy color: '#845565'

red 132 ◦ green 85 ◦ blue 101

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

Shades of Cannon Pink #845565

Tints of Cannon Pink #845565

RGB

 RED value IS 132 (51.95% from 255) = 41.51%

 GREEN value IS 85 (33.59% from 255) = 26.73%

 BLUE value IS 101 (39.84% from 255) = 31.76%

R = 41.51%
G = 26.73%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#845565 (or 0x845565) is known color: Cannon Pink. HEX triplet: 84, 55 and 65. RGB value is (132,85,101). Sum of RGB (Red+Green+Blue) = 132+85+101=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #845565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845565 is #7BAA9A. Grayscale: #646464. Windows color (decimal): -8104603 or 6641028. OLE color: 6641028.

HSL color Cylindrical-coordinate representation of color #845565: hue angle of 339.57º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #845565 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 85 101 -
CMYK 0 0.36 0.23 0.48
HSL 339.57º 0.22% 0.43% -
HSV(B) 339.57º 0.36% 0.52% -
XYZ 15.11 12.34 13.9 -
YUV 100.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 132 85 101 0 0.36 0.23 0.48 339.57 0.22 0.43
Hex 84 55 65 0 24 17 30 154 16 2B
Octal 204 125 145 0 44 27 60 524 26 53
Binary 10000100 1010101 1100101 0 100100 10111 110000 101010100 10110 101011

Color Harmonies of #845565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845565

Black with #845565

Text Example


Text Example

White with #845565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845565; }

 p { color: rgb(132,85,101); }

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

background-color css

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

 a { background-color: rgb(132,85,101); }

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

border-color css

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

 span { border-color: rgb(132,85,101); }

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