Html Css Color HEX #C55756 Fuzzy Wuzzy Brown

📋 copy color: '#C55756'

red 197 ◦ green 87 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #C55756

Tints of Fuzzy Wuzzy Brown #C55756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.51%

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

R = 53.24%
G = 23.51%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C55756 (or 0xC55756) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 57 and 56. RGB value is (197,87,86). Sum of RGB (Red+Green+Blue) = 197+87+86=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C55756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55756 is #3AA8A9. Grayscale: #777777. Windows color (decimal): -3844266 or 5658565. OLE color: 5658565.

HSL color Cylindrical-coordinate representation of color #C55756: hue angle of 0.54º 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 #C55756 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 87 86 -
CMYK 0 0.56 0.56 0.23
HSL 0.54º 0.49% 0.55% -
HSV(B) 0.54º 0.56% 0.77% -
XYZ 28.11 19.36 11.06 -
YUV 119.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 197 87 86 0 0.56 0.56 0.23 0.54 0.49 0.55
Hex C5 57 56 0 38 38 17 1 31 37
Octal 305 127 126 0 70 70 27 1 61 67
Binary 11000101 1010111 1010110 0 111000 111000 10111 1 110001 110111

Color Harmonies of #C55756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55756

Black with #C55756

Text Example


Text Example

White with #C55756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55756; }

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

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

background-color css

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

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

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

border-color css

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

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

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