Html Css Color HEX #855562 Cannon Pink

📋 copy color: '#855562'

red 133 ◦ green 85 ◦ blue 98

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

Shades of Cannon Pink #855562

Tints of Cannon Pink #855562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 42.09%
G = 26.9%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#855562 (or 0x855562) is known color: Cannon Pink. HEX triplet: 85, 55 and 62. RGB value is (133,85,98). Sum of RGB (Red+Green+Blue) = 133+85+98=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #855562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855562 is #7AAA9D. Grayscale: #646464. Windows color (decimal): -8039070 or 6444421. OLE color: 6444421.

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

Color convert

RGB 133 85 98 -
CMYK 0 0.36 0.26 0.48
HSL 343.75º 0.22% 0.43% -
HSV(B) 343.75º 0.36% 0.52% -
XYZ 15.13 12.37 13.14 -
YUV 100.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 133 85 98 0 0.36 0.26 0.48 343.75 0.22 0.43
Hex 85 55 62 0 24 1A 30 158 16 2B
Octal 205 125 142 0 44 32 60 530 26 53
Binary 10000101 1010101 1100010 0 100100 11010 110000 101011000 10110 101011

Color Harmonies of #855562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855562

Black with #855562

Text Example


Text Example

White with #855562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855562; }

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

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

background-color css

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

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

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

border-color css

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

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

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