Html Css Color HEX #C55250 Fuzzy Wuzzy Brown

📋 copy color: '#C55250'

red 197 ◦ green 82 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C55250

Tints of Fuzzy Wuzzy Brown #C55250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.84%

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

R = 54.87%
G = 22.84%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C55250 (or 0xC55250) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 52 and 50. RGB value is (197,82,80). Sum of RGB (Red+Green+Blue) = 197+82+80=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C55250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55250 is #3AADAF. Grayscale: #747474. Windows color (decimal): -3845552 or 5264069. OLE color: 5264069.

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

Color convert

RGB 197 82 80 -
CMYK 0 0.58 0.59 0.23
HSL 1.03º 0.5% 0.54% -
HSV(B) 1.03º 0.59% 0.77% -
XYZ 27.49 18.48 9.71 -
YUV 116.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 197 82 80 0 0.58 0.59 0.23 1.03 0.5 0.54
Hex C5 52 50 0 3A 3B 17 1 32 36
Octal 305 122 120 0 72 73 27 1 62 66
Binary 11000101 1010010 1010000 0 111010 111011 10111 1 110010 110110

Color Harmonies of #C55250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55250

Black with #C55250

Text Example


Text Example

White with #C55250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55250; }

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

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

background-color css

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

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

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

border-color css

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

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

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