Html Css Color HEX #855968 Cannon Pink

📋 copy color: '#855968'

red 133 ◦ green 89 ◦ blue 104

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

Shades of Cannon Pink #855968

Tints of Cannon Pink #855968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 40.8%
G = 27.3%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#855968 (or 0x855968) is known color: Cannon Pink. HEX triplet: 85, 59 and 68. RGB value is (133,89,104). Sum of RGB (Red+Green+Blue) = 133+89+104=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #855968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855968 is #7AA697. Grayscale: #676767. Windows color (decimal): -8038040 or 6838661. OLE color: 6838661.

HSL color Cylindrical-coordinate representation of color #855968: hue angle of 339.55º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855968 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 104 -
CMYK 0 0.33 0.22 0.48
HSL 339.55º 0.2% 0.44% -
HSV(B) 339.55º 0.33% 0.52% -
XYZ 15.74 13.13 14.8 -
YUV 103.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 133 89 104 0 0.33 0.22 0.48 339.55 0.2 0.44
Hex 85 59 68 0 21 16 30 154 14 2C
Octal 205 131 150 0 41 26 60 524 24 54
Binary 10000101 1011001 1101000 0 100001 10110 110000 101010100 10100 101100

Color Harmonies of #855968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855968

Black with #855968

Text Example


Text Example

White with #855968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855968; }

 p { color: rgb(133,89,104); }

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

background-color css

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

 a { background-color: rgb(133,89,104); }

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

border-color css

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

 span { border-color: rgb(133,89,104); }

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