Html Css Color HEX #855366 Cannon Pink

📋 copy color: '#855366'

red 133 ◦ green 83 ◦ blue 102

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

Shades of Cannon Pink #855366

Tints of Cannon Pink #855366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 41.82%
G = 26.1%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#855366 (or 0x855366) is known color: Cannon Pink. HEX triplet: 85, 53 and 66. RGB value is (133,83,102). Sum of RGB (Red+Green+Blue) = 133+83+102=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #855366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855366 is #7AAC99. Grayscale: #646464. Windows color (decimal): -8039578 or 6706053. OLE color: 6706053.

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

Color convert

RGB 133 83 102 -
CMYK 0 0.38 0.23 0.48
HSL 337.2º 0.23% 0.42% -
HSV(B) 337.2º 0.38% 0.52% -
XYZ 15.16 12.13 14.11 -
YUV 100.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 133 83 102 0 0.38 0.23 0.48 337.2 0.23 0.42
Hex 85 53 66 0 26 17 30 151 17 2A
Octal 205 123 146 0 46 27 60 521 27 52
Binary 10000101 1010011 1100110 0 100110 10111 110000 101010001 10111 101010

Color Harmonies of #855366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855366

Black with #855366

Text Example


Text Example

White with #855366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855366; }

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

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

background-color css

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

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

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

border-color css

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

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

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