#855A6A

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

Shades of Cannon Pink #855A6A

Tints of Cannon Pink #855A6A

Color information

#855A6A (or 0x855A6A) is unknown color: approx Cannon Pink. HEX triplet: 85, 5A and 6A. RGB value is (133,90,106). Sum of RGB (Red+Green+Blue) = 133+90+106=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #855A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A6A is #7AA595. Grayscale: #686868. Windows color (decimal): -8037782 or 6969989. OLE color: 6969989.

HSL color Cylindrical-coordinate representation of color #855A6A: hue angle of 337.67º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #855A6A is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13390106-
CMYK00.320.200.48
HSL337.67º19.28%43.73%-
HSV(B)337.67º32.33%52.16%-
XYZ15.9313.3415.37-
YUV104.68128.75148.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=40.43%
G=27.36%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339010600.320.200.48337.6719.2843.73
Hex855A6A0201430152132c
Octal20513215204024605222354
Binary100001011011010110101001000001010011000010101001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855A6A; }

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

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

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

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

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

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

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

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