Html Css Color HEX #C55955 Fuzzy Wuzzy Brown

📋 copy color: '#C55955'

red 197 ◦ green 89 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C55955

Tints of Fuzzy Wuzzy Brown #C55955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.99%

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

R = 53.1%
G = 23.99%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C55955 (or 0xC55955) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 59 and 55. RGB value is (197,89,85). Sum of RGB (Red+Green+Blue) = 197+89+85=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C55955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55955 is #3AA6AA. Grayscale: #787878. Windows color (decimal): -3843755 or 5593541. OLE color: 5593541.

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

Color convert

RGB 197 89 85 -
CMYK 0 0.55 0.57 0.23
HSL 2.14º 0.49% 0.55% -
HSV(B) 2.14º 0.57% 0.77% -
XYZ 28.24 19.67 10.9 -
YUV 120.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 197 89 85 0 0.55 0.57 0.23 2.14 0.49 0.55
Hex C5 59 55 0 37 39 17 2 31 37
Octal 305 131 125 0 67 71 27 2 61 67
Binary 11000101 1011001 1010101 0 110111 111001 10111 10 110001 110111

Color Harmonies of #C55955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55955

Black with #C55955

Text Example


Text Example

White with #C55955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55955; }

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

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

background-color css

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

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

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

border-color css

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

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

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