Html Css Color HEX #855368 Cannon Pink

📋 copy color: '#855368'

red 133 ◦ green 83 ◦ blue 104

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

Shades of Cannon Pink #855368

Tints of Cannon Pink #855368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 41.56%
G = 25.94%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#855368 (or 0x855368) is known color: Cannon Pink. HEX triplet: 85, 53 and 68. RGB value is (133,83,104). Sum of RGB (Red+Green+Blue) = 133+83+104=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #855368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855368 is #7AAC97. Grayscale: #646464. Windows color (decimal): -8039576 or 6837125. OLE color: 6837125.

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

Color convert

RGB 133 83 104 -
CMYK 0 0.38 0.22 0.48
HSL 334.8º 0.23% 0.42% -
HSV(B) 334.8º 0.38% 0.52% -
XYZ 15.26 12.17 14.64 -
YUV 100.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 133 83 104 0 0.38 0.22 0.48 334.8 0.23 0.42
Hex 85 53 68 0 26 16 30 14F 17 2A
Octal 205 123 150 0 46 26 60 517 27 52
Binary 10000101 1010011 1101000 0 100110 10110 110000 101001111 10111 101010

Color Harmonies of #855368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855368

Black with #855368

Text Example


Text Example

White with #855368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855368; }

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

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

background-color css

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

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

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

border-color css

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

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

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