Html Css Color HEX #85576C Cannon Pink

📋 copy color: '#85576C'

red 133 ◦ green 87 ◦ blue 108

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

Shades of Cannon Pink #85576C

Tints of Cannon Pink #85576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.52%

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 40.55%
G = 26.52%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85576C (or 0x85576C) is known color: Cannon Pink. HEX triplet: 85, 57 and 6C. RGB value is (133,87,108). Sum of RGB (Red+Green+Blue) = 133+87+108=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85576C is #7AA893. Grayscale: #676767. Windows color (decimal): -8038548 or 7100293. OLE color: 7100293.

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

Color convert

RGB 133 87 108 -
CMYK 0 0.35 0.19 0.48
HSL 332.61º 0.21% 0.43% -
HSV(B) 332.61º 0.35% 0.52% -
XYZ 15.79 12.89 15.84 -
YUV 103.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 133 87 108 0 0.35 0.19 0.48 332.61 0.21 0.43
Hex 85 57 6C 0 23 13 30 14D 15 2B
Octal 205 127 154 0 43 23 60 515 25 53
Binary 10000101 1010111 1101100 0 100011 10011 110000 101001101 10101 101011

Color Harmonies of #85576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85576C

Black with #85576C

Text Example


Text Example

White with #85576C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85576C; }

 p { color: rgb(133,87,108); }

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

background-color css

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

 a { background-color: rgb(133,87,108); }

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

border-color css

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

 span { border-color: rgb(133,87,108); }

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