Html Css Color HEX #855469 Cannon Pink

📋 copy color: '#855469'

red 133 ◦ green 84 ◦ blue 105

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

Shades of Cannon Pink #855469

Tints of Cannon Pink #855469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.61%

R = 41.3%
G = 26.09%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#855469 (or 0x855469) is known color: Cannon Pink. HEX triplet: 85, 54 and 69. RGB value is (133,84,105). Sum of RGB (Red+Green+Blue) = 133+84+105=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #855469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855469 is #7AAB96. Grayscale: #656565. Windows color (decimal): -8039319 or 6902917. OLE color: 6902917.

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

Color convert

RGB 133 84 105 -
CMYK 0 0.37 0.21 0.48
HSL 334.29º 0.23% 0.43% -
HSV(B) 334.29º 0.37% 0.52% -
XYZ 15.39 12.35 14.94 -
YUV 101.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 133 84 105 0 0.37 0.21 0.48 334.29 0.23 0.43
Hex 85 54 69 0 25 15 30 14E 17 2B
Octal 205 124 151 0 45 25 60 516 27 53
Binary 10000101 1010100 1101001 0 100101 10101 110000 101001110 10111 101011

Color Harmonies of #855469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855469

Black with #855469

Text Example


Text Example

White with #855469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855469; }

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

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

background-color css

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

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

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

border-color css

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

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

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