#855369

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

Shades of Cannon Pink #855369

Tints of Cannon Pink #855369

Color information

#855369 (or 0x855369) is unknown color: approx Cannon Pink. HEX triplet: 85, 53 and 69. RGB value is (133,83,105). Sum of RGB (Red+Green+Blue) = 133+83+105=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #855369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855369 is #7AAC96. Grayscale: #646464. Windows color (decimal): -8039575 or 6902661. OLE color: 6902661.

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

Color convert

RGB13383105-
CMYK00.380.210.48
HSL333.6º23.15%42.35%-
HSV(B)333.6º37.59%52.16%-
XYZ15.3212.1914.91-
YUV100.46130.56151.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 83 (32.81% from 255) = 25.86%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=41.43%
G=25.86%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338310500.380.210.48333.623.1542.35
Hex855369026153014e172a
Octal20512315104625605162752
Binary100001011010011110100101001101010111000010100111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855369; }

 p { color: rgb(133,83,105); }

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

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

 a { background-color: rgb(133,83,105); }

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

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

 span { border-color: rgb(133,83,105); }

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