Html Css Color HEX #C55856 Fuzzy Wuzzy Brown

📋 copy color: '#C55856'

red 197 ◦ green 88 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #C55856

Tints of Fuzzy Wuzzy Brown #C55856

RGB

 RED value IS 197 (77.34% from 255) = 53.1%

 GREEN value IS 88 (34.77% from 255) = 23.72%

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

R = 53.1%
G = 23.72%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C55856 (or 0xC55856) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 58 and 56. RGB value is (197,88,86). Sum of RGB (Red+Green+Blue) = 197+88+86=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C55856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55856 is #3AA7A9. Grayscale: #787878. Windows color (decimal): -3844010 or 5658821. OLE color: 5658821.

HSL color Cylindrical-coordinate representation of color #C55856: hue angle of 1.08º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55856 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 88 86 -
CMYK 0 0.55 0.56 0.23
HSL 1.08º 0.49% 0.55% -
HSV(B) 1.08º 0.56% 0.77% -
XYZ 28.2 19.52 11.09 -
YUV 120.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 197 88 86 0 0.55 0.56 0.23 1.08 0.49 0.55
Hex C5 58 56 0 37 38 17 1 31 37
Octal 305 130 126 0 67 70 27 1 61 67
Binary 11000101 1011000 1010110 0 110111 111000 10111 1 110001 110111

Color Harmonies of #C55856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55856

Black with #C55856

Text Example


Text Example

White with #C55856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55856; }

 p { color: rgb(197,88,86); }

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

background-color css

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

 a { background-color: rgb(197,88,86); }

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

border-color css

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

 span { border-color: rgb(197,88,86); }

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