Html Css Color HEX #855265 Cannon Pink

📋 copy color: '#855265'

red 133 ◦ green 82 ◦ blue 101

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

Shades of Cannon Pink #855265

Tints of Cannon Pink #855265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 101 (39.84% from 255) = 31.96%

R = 42.09%
G = 25.95%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#855265 (or 0x855265) is known color: Cannon Pink. HEX triplet: 85, 52 and 65. RGB value is (133,82,101). Sum of RGB (Red+Green+Blue) = 133+82+101=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #855265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855265 is #7AAD9A. Grayscale: #636363. Windows color (decimal): -8039835 or 6640261. OLE color: 6640261.

HSL color Cylindrical-coordinate representation of color #855265: hue angle of 337.65º degrees, saturation: 0.24, 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 #855265 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 101 -
CMYK 0 0.38 0.24 0.48
HSL 337.65º 0.24% 0.42% -
HSV(B) 337.65º 0.38% 0.52% -
XYZ 15.04 11.96 13.83 -
YUV 99.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 133 82 101 0 0.38 0.24 0.48 337.65 0.24 0.42
Hex 85 52 65 0 26 18 30 152 18 2A
Octal 205 122 145 0 46 30 60 522 30 52
Binary 10000101 1010010 1100101 0 100110 11000 110000 101010010 11000 101010

Color Harmonies of #855265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855265

Black with #855265

Text Example


Text Example

White with #855265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855265; }

 p { color: rgb(133,82,101); }

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

background-color css

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

 a { background-color: rgb(133,82,101); }

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

border-color css

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

 span { border-color: rgb(133,82,101); }

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