Html Css Color HEX #85576A Cannon Pink

📋 copy color: '#85576A'

red 133 ◦ green 87 ◦ blue 106

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

Shades of Cannon Pink #85576A

Tints of Cannon Pink #85576A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 40.8%
G = 26.69%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85576A (or 0x85576A) is known color: Cannon Pink. HEX triplet: 85, 57 and 6A. RGB value is (133,87,106). Sum of RGB (Red+Green+Blue) = 133+87+106=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85576A is #7AA895. Grayscale: #666666. Windows color (decimal): -8038550 or 6969221. OLE color: 6969221.

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

Color convert

RGB 133 87 106 -
CMYK 0 0.35 0.20 0.48
HSL 335.22º 0.21% 0.43% -
HSV(B) 335.22º 0.35% 0.52% -
XYZ 15.68 12.84 15.29 -
YUV 102.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 133 87 106 0 0.35 0.20 0.48 335.22 0.21 0.43
Hex 85 57 6A 0 23 14 30 14F 15 2B
Octal 205 127 152 0 43 24 60 517 25 53
Binary 10000101 1010111 1101010 0 100011 10100 110000 101001111 10101 101011

Color Harmonies of #85576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85576A

Black with #85576A

Text Example


Text Example

White with #85576A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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