Html Css Color HEX #855A68 Cannon Pink

📋 copy color: '#855A68'

red 133 ◦ green 90 ◦ blue 104

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

Shades of Cannon Pink #855A68

Tints of Cannon Pink #855A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.52%

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

R = 40.67%
G = 27.52%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#855A68 (or 0x855A68) is known color: Cannon Pink. HEX triplet: 85, 5A and 68. RGB value is (133,90,104). Sum of RGB (Red+Green+Blue) = 133+90+104=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #855A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A68 is #7AA597. Grayscale: #686868. Windows color (decimal): -8037784 or 6838917. OLE color: 6838917.

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

Color convert

RGB 133 90 104 -
CMYK 0 0.32 0.22 0.48
HSL 340.47º 0.19% 0.44% -
HSV(B) 340.47º 0.32% 0.52% -
XYZ 15.83 13.3 14.83 -
YUV 104.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 133 90 104 0 0.32 0.22 0.48 340.47 0.19 0.44
Hex 85 5A 68 0 20 16 30 154 13 2C
Octal 205 132 150 0 40 26 60 524 23 54
Binary 10000101 1011010 1101000 0 100000 10110 110000 101010100 10011 101100

Color Harmonies of #855A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A68

Black with #855A68

Text Example


Text Example

White with #855A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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