Html Css Color HEX #C55655 Fuzzy Wuzzy Brown

📋 copy color: '#C55655'

red 197 ◦ green 86 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C55655

Tints of Fuzzy Wuzzy Brown #C55655

RGB

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

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

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

R = 53.53%
G = 23.37%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C55655 (or 0xC55655) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 56 and 55. RGB value is (197,86,85). Sum of RGB (Red+Green+Blue) = 197+86+85=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C55655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55655 is #3AA9AA. Grayscale: #777777. Windows color (decimal): -3844523 or 5592773. OLE color: 5592773.

HSL color Cylindrical-coordinate representation of color #C55655: 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.57%. Process color model (Four color, CMYK) of #C55655 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 86 85 -
CMYK 0 0.56 0.57 0.23
HSL 0.54º 0.49% 0.55% -
HSV(B) 0.54º 0.57% 0.77% -
XYZ 27.99 19.18 10.82 -
YUV 119.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 197 86 85 0 0.56 0.57 0.23 0.54 0.49 0.55
Hex C5 56 55 0 38 39 17 1 31 37
Octal 305 126 125 0 70 71 27 1 61 67
Binary 11000101 1010110 1010101 0 111000 111001 10111 1 110001 110111

Color Harmonies of #C55655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55655

Black with #C55655

Text Example


Text Example

White with #C55655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55655; }

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

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

background-color css

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

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

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

border-color css

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

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

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