Html Css Color HEX #C85655 Fuzzy Wuzzy Brown

📋 copy color: '#C85655'

red 200 ◦ green 86 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C85655

Tints of Fuzzy Wuzzy Brown #C85655

RGB

 RED value IS 200 (78.52% from 255) = 53.91%

 GREEN value IS 86 (33.98% from 255) = 23.18%

 BLUE value IS 85 (33.59% from 255) = 22.91%

R = 53.91%
G = 23.18%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C85655 (or 0xC85655) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 56 and 55. RGB value is (200,86,85). Sum of RGB (Red+Green+Blue) = 200+86+85=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C85655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85655 is #37A9AA. Grayscale: #787878. Windows color (decimal): -3647915 or 5592776. OLE color: 5592776.

HSL color Cylindrical-coordinate representation of color #C85655: hue angle of 0.52º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85655 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 86 85 -
CMYK 0 0.57 0.58 0.22
HSL 0.52º 0.51% 0.56% -
HSV(B) 0.52º 0.58% 0.78% -
XYZ 28.79 19.59 10.86 -
YUV 119.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 200 86 85 0 0.57 0.58 0.22 0.52 0.51 0.56
Hex C8 56 55 0 39 3A 16 1 33 38
Octal 310 126 125 0 71 72 26 1 63 70
Binary 11001000 1010110 1010101 0 111001 111010 10110 1 110011 111000

Color Harmonies of #C85655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85655

Black with #C85655

Text Example


Text Example

White with #C85655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85655; }

 p { color: rgb(200,86,85); }

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

background-color css

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

 a { background-color: rgb(200,86,85); }

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

border-color css

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

 span { border-color: rgb(200,86,85); }

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