Html Css Color HEX #845863 Cannon Pink

📋 copy color: '#845863'

red 132 ◦ green 88 ◦ blue 99

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

Shades of Cannon Pink #845863

Tints of Cannon Pink #845863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.59%

 BLUE value IS 99 (39.06% from 255) = 31.03%

R = 41.38%
G = 27.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#845863 (or 0x845863) is known color: Cannon Pink. HEX triplet: 84, 58 and 63. RGB value is (132,88,99). Sum of RGB (Red+Green+Blue) = 132+88+99=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #845863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845863 is #7BA79C. Grayscale: #666666. Windows color (decimal): -8103837 or 6510724. OLE color: 6510724.

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

Color convert

RGB 132 88 99 -
CMYK 0 0.33 0.25 0.48
HSL 345º 0.2% 0.43% -
HSV(B) 345º 0.33% 0.52% -
XYZ 15.26 12.79 13.47 -
YUV 102.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 132 88 99 0 0.33 0.25 0.48 345 0.2 0.43
Hex 84 58 63 0 21 19 30 159 14 2B
Octal 204 130 143 0 41 31 60 531 24 53
Binary 10000100 1011000 1100011 0 100001 11001 110000 101011001 10100 101011

Color Harmonies of #845863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845863

Black with #845863

Text Example


Text Example

White with #845863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845863; }

 p { color: rgb(132,88,99); }

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

background-color css

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

 a { background-color: rgb(132,88,99); }

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

border-color css

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

 span { border-color: rgb(132,88,99); }

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