Html Css Color HEX #855064 Cannon Pink

📋 copy color: '#855064'

red 133 ◦ green 80 ◦ blue 100

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

Shades of Cannon Pink #855064

Tints of Cannon Pink #855064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 42.49%
G = 25.56%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#855064 (or 0x855064) is known color: Cannon Pink. HEX triplet: 85, 50 and 64. RGB value is (133,80,100). Sum of RGB (Red+Green+Blue) = 133+80+100=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #855064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855064 is #7AAF9B. Grayscale: #626262. Windows color (decimal): -8040348 or 6574213. OLE color: 6574213.

HSL color Cylindrical-coordinate representation of color #855064: hue angle of 337.36º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855064 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 100 -
CMYK 0 0.40 0.25 0.48
HSL 337.36º 0.25% 0.42% -
HSV(B) 337.36º 0.4% 0.52% -
XYZ 14.84 11.64 13.52 -
YUV 98.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 133 80 100 0 0.40 0.25 0.48 337.36 0.25 0.42
Hex 85 50 64 0 28 19 30 151 19 2A
Octal 205 120 144 0 50 31 60 521 31 52
Binary 10000101 1010000 1100100 0 101000 11001 110000 101010001 11001 101010

Color Harmonies of #855064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855064

Black with #855064

Text Example


Text Example

White with #855064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855064; }

 p { color: rgb(133,80,100); }

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

background-color css

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

 a { background-color: rgb(133,80,100); }

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

border-color css

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

 span { border-color: rgb(133,80,100); }

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