Html Css Color HEX #855962 Cannon Pink

📋 copy color: '#855962'

red 133 ◦ green 89 ◦ blue 98

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

Shades of Cannon Pink #855962

Tints of Cannon Pink #855962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.63%

R = 41.56%
G = 27.81%
B = 30.63%

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

#855962 (or 0x855962) is known color: Cannon Pink. HEX triplet: 85, 59 and 62. RGB value is (133,89,98). Sum of RGB (Red+Green+Blue) = 133+89+98=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #855962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855962 is #7AA69D. Grayscale: #676767. Windows color (decimal): -8038046 or 6445445. OLE color: 6445445.

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

Color convert

RGB 133 89 98 -
CMYK 0 0.33 0.26 0.48
HSL 347.73º 0.2% 0.44% -
HSV(B) 347.73º 0.33% 0.52% -
XYZ 15.45 13.01 13.25 -
YUV 103.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 133 89 98 0 0.33 0.26 0.48 347.73 0.2 0.44
Hex 85 59 62 0 21 1A 30 15C 14 2C
Octal 205 131 142 0 41 32 60 534 24 54
Binary 10000101 1011001 1100010 0 100001 11010 110000 101011100 10100 101100

Color Harmonies of #855962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855962

Black with #855962

Text Example


Text Example

White with #855962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855962; }

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

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

background-color css

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

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

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

border-color css

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

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

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