#855768

Color #855768 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #855768

Tints of Cannon Pink #855768

Color information

#855768 (or 0x855768) is unknown color: approx Cannon Pink. HEX triplet: 85, 57 and 68. RGB value is (133,87,104). Sum of RGB (Red+Green+Blue) = 133+87+104=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #855768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855768 is #7AA897. Grayscale: #666666. Windows color (decimal): -8038552 or 6838149. OLE color: 6838149.

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

Color convert

RGB13387104-
CMYK00.350.220.48
HSL337.83º20.91%43.14%-
HSV(B)337.83º34.59%52.16%-
XYZ15.5812.814.75-
YUV102.69128.74149.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 104 (41.02% from 255) = 32.10%
R=41.05%
G=26.85%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338710400.350.220.48337.8320.9143.14
Hex8557680231630152152b
Octal20512715004326605222553
Binary100001011010111110100001000111011011000010101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855768; }

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

 H1.HeaderClassName
 {
   color: #855768;
 }
 .AnyTagClassName
 {
   color: #855768;
 }
</style>
background-color css

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

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

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

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

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

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