Html Css Color HEX #85535C Cannon Pink

📋 copy color: '#85535C'

red 133 ◦ green 83 ◦ blue 92

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

Shades of Cannon Pink #85535C

Tints of Cannon Pink #85535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.87%

R = 43.18%
G = 26.95%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85535C (or 0x85535C) is known color: Cannon Pink. HEX triplet: 85, 53 and 5C. RGB value is (133,83,92). Sum of RGB (Red+Green+Blue) = 133+83+92=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85535C is #7AACA3. Grayscale: #626262. Windows color (decimal): -8039588 or 6050693. OLE color: 6050693.

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

Color convert

RGB 133 83 92 -
CMYK 0 0.38 0.31 0.48
HSL 349.2º 0.23% 0.42% -
HSV(B) 349.2º 0.38% 0.52% -
XYZ 14.7 11.95 11.66 -
YUV 98.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 133 83 92 0 0.38 0.31 0.48 349.2 0.23 0.42
Hex 85 53 5C 0 26 1F 30 15D 17 2A
Octal 205 123 134 0 46 37 60 535 27 52
Binary 10000101 1010011 1011100 0 100110 11111 110000 101011101 10111 101010

Color Harmonies of #85535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85535C

Black with #85535C

Text Example


Text Example

White with #85535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85535C; }

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

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

background-color css

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

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

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

border-color css

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

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

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