Html Css Color HEX #855662 Cannon Pink

📋 copy color: '#855662'

red 133 ◦ green 86 ◦ blue 98

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

Shades of Cannon Pink #855662

Tints of Cannon Pink #855662

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

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

R = 41.96%
G = 27.13%
B = 30.91%

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

#855662 (or 0x855662) is known color: Cannon Pink. HEX triplet: 85, 56 and 62. RGB value is (133,86,98). Sum of RGB (Red+Green+Blue) = 133+86+98=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855662 is #7AA99D. Grayscale: #656565. Windows color (decimal): -8038814 or 6444677. OLE color: 6444677.

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

Color convert

RGB 133 86 98 -
CMYK 0 0.35 0.26 0.48
HSL 344.68º 0.21% 0.43% -
HSV(B) 344.68º 0.35% 0.52% -
XYZ 15.21 12.52 13.17 -
YUV 101.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 133 86 98 0 0.35 0.26 0.48 344.68 0.21 0.43
Hex 85 56 62 0 23 1A 30 159 15 2B
Octal 205 126 142 0 43 32 60 531 25 53
Binary 10000101 1010110 1100010 0 100011 11010 110000 101011001 10101 101011

Color Harmonies of #855662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855662

Black with #855662

Text Example


Text Example

White with #855662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855662; }

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

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

background-color css

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

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

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

border-color css

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

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

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