Html Css Color HEX #855763 Cannon Pink

📋 copy color: '#855763'

red 133 ◦ green 87 ◦ blue 99

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

Shades of Cannon Pink #855763

Tints of Cannon Pink #855763

RGB

 RED value IS 133 (52.34% from 255) = 41.69%

 GREEN value IS 87 (34.38% from 255) = 27.27%

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

R = 41.69%
G = 27.27%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#855763 (or 0x855763) is known color: Cannon Pink. HEX triplet: 85, 57 and 63. RGB value is (133,87,99). Sum of RGB (Red+Green+Blue) = 133+87+99=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #855763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855763 is #7AA89C. Grayscale: #666666. Windows color (decimal): -8038557 or 6510469. OLE color: 6510469.

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

Color convert

RGB 133 87 99 -
CMYK 0 0.35 0.26 0.48
HSL 344.35º 0.21% 0.43% -
HSV(B) 344.35º 0.35% 0.52% -
XYZ 15.33 12.7 13.45 -
YUV 102.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 133 87 99 0 0.35 0.26 0.48 344.35 0.21 0.43
Hex 85 57 63 0 23 1A 30 158 15 2B
Octal 205 127 143 0 43 32 60 530 25 53
Binary 10000101 1010111 1100011 0 100011 11010 110000 101011000 10101 101011

Color Harmonies of #855763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855763

Black with #855763

Text Example


Text Example

White with #855763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855763; }

 p { color: rgb(133,87,99); }

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

background-color css

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

 a { background-color: rgb(133,87,99); }

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

border-color css

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

 span { border-color: rgb(133,87,99); }

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