Html Css Color HEX #855568 Cannon Pink

📋 copy color: '#855568'

red 133 ◦ green 85 ◦ blue 104

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

Shades of Cannon Pink #855568

Tints of Cannon Pink #855568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

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

R = 41.3%
G = 26.4%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#855568 (or 0x855568) is known color: Cannon Pink. HEX triplet: 85, 55 and 68. RGB value is (133,85,104). Sum of RGB (Red+Green+Blue) = 133+85+104=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #855568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855568 is #7AAA97. Grayscale: #656565. Windows color (decimal): -8039064 or 6837637. OLE color: 6837637.

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

Color convert

RGB 133 85 104 -
CMYK 0 0.36 0.22 0.48
HSL 336.25º 0.22% 0.43% -
HSV(B) 336.25º 0.36% 0.52% -
XYZ 15.42 12.48 14.69 -
YUV 101.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 133 85 104 0 0.36 0.22 0.48 336.25 0.22 0.43
Hex 85 55 68 0 24 16 30 150 16 2B
Octal 205 125 150 0 44 26 60 520 26 53
Binary 10000101 1010101 1101000 0 100100 10110 110000 101010000 10110 101011

Color Harmonies of #855568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855568

Black with #855568

Text Example


Text Example

White with #855568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855568; }

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

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

background-color css

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

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

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

border-color css

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

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

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