Html Css Color HEX #855965 Cannon Pink

📋 copy color: '#855965'

red 133 ◦ green 89 ◦ blue 101

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

Shades of Cannon Pink #855965

Tints of Cannon Pink #855965

RGB

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

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

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

R = 41.18%
G = 27.55%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#855965 (or 0x855965) is known color: Cannon Pink. HEX triplet: 85, 59 and 65. RGB value is (133,89,101). Sum of RGB (Red+Green+Blue) = 133+89+101=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #855965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855965 is #7AA69A. Grayscale: #676767. Windows color (decimal): -8038043 or 6642053. OLE color: 6642053.

HSL color Cylindrical-coordinate representation of color #855965: hue angle of 343.64º 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 #855965 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 101 -
CMYK 0 0.33 0.24 0.48
HSL 343.64º 0.2% 0.44% -
HSV(B) 343.64º 0.33% 0.52% -
XYZ 15.59 13.07 14.01 -
YUV 103.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 133 89 101 0 0.33 0.24 0.48 343.64 0.2 0.44
Hex 85 59 65 0 21 18 30 158 14 2C
Octal 205 131 145 0 41 30 60 530 24 54
Binary 10000101 1011001 1100101 0 100001 11000 110000 101011000 10100 101100

Color Harmonies of #855965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855965

Black with #855965

Text Example


Text Example

White with #855965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855965; }

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

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

background-color css

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

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

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

border-color css

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

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

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