Html Css Color HEX #855467 Cannon Pink

📋 copy color: '#855467'

red 133 ◦ green 84 ◦ blue 103

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

Shades of Cannon Pink #855467

Tints of Cannon Pink #855467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.19%

R = 41.56%
G = 26.25%
B = 32.19%

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

#855467 (or 0x855467) is known color: Cannon Pink. HEX triplet: 85, 54 and 67. RGB value is (133,84,103). Sum of RGB (Red+Green+Blue) = 133+84+103=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #855467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855467 is #7AAB98. Grayscale: #646464. Windows color (decimal): -8039321 or 6771845. OLE color: 6771845.

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

Color convert

RGB 133 84 103 -
CMYK 0 0.37 0.23 0.48
HSL 336.73º 0.23% 0.43% -
HSV(B) 336.73º 0.37% 0.52% -
XYZ 15.29 12.31 14.4 -
YUV 100.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 133 84 103 0 0.37 0.23 0.48 336.73 0.23 0.43
Hex 85 54 67 0 25 17 30 151 17 2B
Octal 205 124 147 0 45 27 60 521 27 53
Binary 10000101 1010100 1100111 0 100101 10111 110000 101010001 10111 101011

Color Harmonies of #855467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855467

Black with #855467

Text Example


Text Example

White with #855467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855467; }

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

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

background-color css

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

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

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

border-color css

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

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

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