Html Css Color HEX #855863 Cannon Pink

📋 copy color: '#855863'

red 133 ◦ green 88 ◦ blue 99

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

Shades of Cannon Pink #855863

Tints of Cannon Pink #855863

RGB

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

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

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

R = 41.56%
G = 27.5%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#855863 (or 0x855863) is known color: Cannon Pink. HEX triplet: 85, 58 and 63. RGB value is (133,88,99). Sum of RGB (Red+Green+Blue) = 133+88+99=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #855863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855863 is #7AA79C. Grayscale: #666666. Windows color (decimal): -8038301 or 6510725. OLE color: 6510725.

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

Color convert

RGB 133 88 99 -
CMYK 0 0.34 0.26 0.48
HSL 345.33º 0.2% 0.43% -
HSV(B) 345.33º 0.34% 0.52% -
XYZ 15.41 12.87 13.48 -
YUV 102.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 133 88 99 0 0.34 0.26 0.48 345.33 0.2 0.43
Hex 85 58 63 0 22 1A 30 159 14 2B
Octal 205 130 143 0 42 32 60 531 24 53
Binary 10000101 1011000 1100011 0 100010 11010 110000 101011001 10100 101011

Color Harmonies of #855863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855863

Black with #855863

Text Example


Text Example

White with #855863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855863; }

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

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

background-color css

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

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

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

border-color css

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

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

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