Html Css Color HEX #C55551 Fuzzy Wuzzy Brown

📋 copy color: '#C55551'

red 197 ◦ green 85 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C55551

Tints of Fuzzy Wuzzy Brown #C55551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.31%

R = 54.27%
G = 23.42%
B = 22.31%

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

#C55551 (or 0xC55551) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 55 and 51. RGB value is (197,85,81). Sum of RGB (Red+Green+Blue) = 197+85+81=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C55551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55551 is #3AAAAE. Grayscale: #767676. Windows color (decimal): -3844783 or 5330373. OLE color: 5330373.

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

Color convert

RGB 197 85 81 -
CMYK 0 0.57 0.59 0.23
HSL 2.07º 0.5% 0.55% -
HSV(B) 2.07º 0.59% 0.77% -
XYZ 27.76 18.96 9.98 -
YUV 118.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 197 85 81 0 0.57 0.59 0.23 2.07 0.5 0.55
Hex C5 55 51 0 39 3B 17 2 32 37
Octal 305 125 121 0 71 73 27 2 62 67
Binary 11000101 1010101 1010001 0 111001 111011 10111 10 110010 110111

Color Harmonies of #C55551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55551

Black with #C55551

Text Example


Text Example

White with #C55551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55551; }

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

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

background-color css

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

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

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

border-color css

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

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

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