Html Css Color HEX #855768 Cannon Pink

📋 copy color: '#855768'

red 133 ◦ green 87 ◦ blue 104

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

Shades of Cannon Pink #855768

Tints of Cannon Pink #855768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.85%

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

R = 41.05%
G = 26.85%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#855768 (or 0x855768) is known color: Cannon Pink. HEX triplet: 85, 57 and 68. RGB value is (133,87,104). Sum of RGB (Red+Green+Blue) = 133+87+104=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #855768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855768 is #7AA897. Grayscale: #666666. Windows color (decimal): -8038552 or 6838149. OLE color: 6838149.

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

Color convert

RGB 133 87 104 -
CMYK 0 0.35 0.22 0.48
HSL 337.83º 0.21% 0.43% -
HSV(B) 337.83º 0.35% 0.52% -
XYZ 15.58 12.8 14.75 -
YUV 102.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 133 87 104 0 0.35 0.22 0.48 337.83 0.21 0.43
Hex 85 57 68 0 23 16 30 152 15 2B
Octal 205 127 150 0 43 26 60 522 25 53
Binary 10000101 1010111 1101000 0 100011 10110 110000 101010010 10101 101011

Color Harmonies of #855768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855768

Black with #855768

Text Example


Text Example

White with #855768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855768; }

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

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

background-color css

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

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

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

border-color css

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

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

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