Html Css Color HEX #C55550 Fuzzy Wuzzy Brown

📋 copy color: '#C55550'

red 197 ◦ green 85 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C55550

Tints of Fuzzy Wuzzy Brown #C55550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.48%

 BLUE value IS 80 (31.64% from 255) = 22.1%

R = 54.42%
G = 23.48%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C55550 (or 0xC55550) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 55 and 50. RGB value is (197,85,80). Sum of RGB (Red+Green+Blue) = 197+85+80=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C55550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55550 is #3AAAAF. Grayscale: #767676. Windows color (decimal): -3844784 or 5264837. OLE color: 5264837.

HSL color Cylindrical-coordinate representation of color #C55550: hue angle of 2.56º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55550 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 85 80 -
CMYK 0 0.57 0.59 0.23
HSL 2.56º 0.5% 0.54% -
HSV(B) 2.56º 0.59% 0.77% -
XYZ 27.72 18.95 9.79 -
YUV 117.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 197 85 80 0 0.57 0.59 0.23 2.56 0.5 0.54
Hex C5 55 50 0 39 3B 17 3 32 36
Octal 305 125 120 0 71 73 27 3 62 66
Binary 11000101 1010101 1010000 0 111001 111011 10111 11 110010 110110

Color Harmonies of #C55550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55550

Black with #C55550

Text Example


Text Example

White with #C55550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55550; }

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

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

background-color css

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

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

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

border-color css

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

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

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