Html Css Color HEX #855466 Cannon Pink

📋 copy color: '#855466'

red 133 ◦ green 84 ◦ blue 102

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

Shades of Cannon Pink #855466

Tints of Cannon Pink #855466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.33%

 BLUE value IS 102 (40.23% from 255) = 31.97%

R = 41.69%
G = 26.33%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#855466 (or 0x855466) is known color: Cannon Pink. HEX triplet: 85, 54 and 66. RGB value is (133,84,102). Sum of RGB (Red+Green+Blue) = 133+84+102=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #855466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855466 is #7AAB99. Grayscale: #646464. Windows color (decimal): -8039322 or 6706309. OLE color: 6706309.

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

Color convert

RGB 133 84 102 -
CMYK 0 0.37 0.23 0.48
HSL 337.96º 0.23% 0.43% -
HSV(B) 337.96º 0.37% 0.52% -
XYZ 15.24 12.29 14.14 -
YUV 100.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 133 84 102 0 0.37 0.23 0.48 337.96 0.23 0.43
Hex 85 54 66 0 25 17 30 152 17 2B
Octal 205 124 146 0 45 27 60 522 27 53
Binary 10000101 1010100 1100110 0 100101 10111 110000 101010010 10111 101011

Color Harmonies of #855466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855466

Black with #855466

Text Example


Text Example

White with #855466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855466; }

 p { color: rgb(133,84,102); }

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

background-color css

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

 a { background-color: rgb(133,84,102); }

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

border-color css

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

 span { border-color: rgb(133,84,102); }

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