Html Css Color HEX #855868 Cannon Pink

📋 copy color: '#855868'

red 133 ◦ green 88 ◦ blue 104

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

Shades of Cannon Pink #855868

Tints of Cannon Pink #855868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 40.92%
G = 27.08%
B = 32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#855868 (or 0x855868) is known color: Cannon Pink. HEX triplet: 85, 58 and 68. RGB value is (133,88,104). Sum of RGB (Red+Green+Blue) = 133+88+104=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #855868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855868 is #7AA797. Grayscale: #676767. Windows color (decimal): -8038296 or 6838405. OLE color: 6838405.

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

Color convert

RGB 133 88 104 -
CMYK 0 0.34 0.22 0.48
HSL 338.67º 0.2% 0.43% -
HSV(B) 338.67º 0.34% 0.52% -
XYZ 15.66 12.97 14.77 -
YUV 103.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 133 88 104 0 0.34 0.22 0.48 338.67 0.2 0.43
Hex 85 58 68 0 22 16 30 153 14 2B
Octal 205 130 150 0 42 26 60 523 24 53
Binary 10000101 1011000 1101000 0 100010 10110 110000 101010011 10100 101011

Color Harmonies of #855868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855868

Black with #855868

Text Example


Text Example

White with #855868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855868; }

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

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

background-color css

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

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

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

border-color css

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

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

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