Html Css Color HEX #855667 Cannon Pink

📋 copy color: '#855667'

red 133 ◦ green 86 ◦ blue 103

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

Shades of Cannon Pink #855667

Tints of Cannon Pink #855667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

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

R = 41.3%
G = 26.71%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#855667 (or 0x855667) is known color: Cannon Pink. HEX triplet: 85, 56 and 67. RGB value is (133,86,103). Sum of RGB (Red+Green+Blue) = 133+86+103=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #855667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855667 is #7AA998. Grayscale: #656565. Windows color (decimal): -8038809 or 6772357. OLE color: 6772357.

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

Color convert

RGB 133 86 103 -
CMYK 0 0.35 0.23 0.48
HSL 338.3º 0.21% 0.43% -
HSV(B) 338.3º 0.35% 0.52% -
XYZ 15.45 12.62 14.45 -
YUV 101.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 133 86 103 0 0.35 0.23 0.48 338.3 0.21 0.43
Hex 85 56 67 0 23 17 30 152 15 2B
Octal 205 126 147 0 43 27 60 522 25 53
Binary 10000101 1010110 1100111 0 100011 10111 110000 101010010 10101 101011

Color Harmonies of #855667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855667

Black with #855667

Text Example


Text Example

White with #855667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855667; }

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

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

background-color css

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

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

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

border-color css

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

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

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