Html Css Color HEX #855963 Cannon Pink

📋 copy color: '#855963'

red 133 ◦ green 89 ◦ blue 99

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

Shades of Cannon Pink #855963

Tints of Cannon Pink #855963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.73%

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

R = 41.43%
G = 27.73%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#855963 (or 0x855963) is known color: Cannon Pink. HEX triplet: 85, 59 and 63. RGB value is (133,89,99). Sum of RGB (Red+Green+Blue) = 133+89+99=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #855963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855963 is #7AA69C. Grayscale: #676767. Windows color (decimal): -8038045 or 6510981. OLE color: 6510981.

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

Color convert

RGB 133 89 99 -
CMYK 0 0.33 0.26 0.48
HSL 346.36º 0.2% 0.44% -
HSV(B) 346.36º 0.33% 0.52% -
XYZ 15.5 13.03 13.5 -
YUV 103.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 133 89 99 0 0.33 0.26 0.48 346.36 0.2 0.44
Hex 85 59 63 0 21 1A 30 15A 14 2C
Octal 205 131 143 0 41 32 60 532 24 54
Binary 10000101 1011001 1100011 0 100001 11010 110000 101011010 10100 101100

Color Harmonies of #855963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855963

Black with #855963

Text Example


Text Example

White with #855963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855963; }

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

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

background-color css

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

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

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

border-color css

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

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

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