Html Css Color HEX #855A5F Cannon Pink

📋 copy color: '#855A5F'

red 133 ◦ green 90 ◦ blue 95

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

Shades of Cannon Pink #855A5F

Tints of Cannon Pink #855A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.87%

R = 41.82%
G = 28.3%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#855A5F (or 0x855A5F) is known color: Cannon Pink. HEX triplet: 85, 5A and 5F. RGB value is (133,90,95). Sum of RGB (Red+Green+Blue) = 133+90+95=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #855A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A5F is #7AA5A0. Grayscale: #676767. Windows color (decimal): -8037793 or 6249093. OLE color: 6249093.

HSL color Cylindrical-coordinate representation of color #855A5F: hue angle of 353.02º 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 #855A5F is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 90 95 -
CMYK 0 0.32 0.29 0.48
HSL 353.02º 0.19% 0.44% -
HSV(B) 353.02º 0.32% 0.52% -
XYZ 15.39 13.13 12.55 -
YUV 103.43 123.25 149.09 -
System Red Green Blue C M Y K H S L
Decimal 133 90 95 0 0.32 0.29 0.48 353.02 0.19 0.44
Hex 85 5A 5F 0 20 1D 30 161 13 2C
Octal 205 132 137 0 40 35 60 541 23 54
Binary 10000101 1011010 1011111 0 100000 11101 110000 101100001 10011 101100

Color Harmonies of #855A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855A5F

Black with #855A5F

Text Example


Text Example

White with #855A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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