Shades of Fuzzy Wuzzy Brown #C65C59
Tints of Fuzzy Wuzzy Brown #C65C59
RGB
CMYK
RGB Variations
Color information
#C65C59 (or 0xC65C59) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 5C and 59. RGB value is (198,92,89). Sum of RGB (Red+Green+Blue) = 198+92+89=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C59 is #39A3A6. Grayscale: #7B7B7B. Windows color (decimal): -3777447 or 5856454. OLE color: 5856454.
HSL color Cylindrical-coordinate representation of color #C65C59: hue angle of 1.65º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65C59 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 89 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.22 |
| HSL | 1.65º | 0.49% | 0.56% | - |
| HSV(B) | 1.65º | 0.55% | 0.78% | - |
| XYZ | 28.92 | 20.38 | 11.86 | - |
| YUV | 123.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 89 | 0 | 0.54 | 0.55 | 0.22 | 1.65 | 0.49 | 0.56 |
| Hex | C6 | 5C | 59 | 0 | 36 | 37 | 16 | 2 | 31 | 38 |
| Octal | 306 | 134 | 131 | 0 | 66 | 67 | 26 | 2 | 61 | 70 |
| Binary | 11000110 | 1011100 | 1011001 | 0 | 110110 | 110111 | 10110 | 10 | 110001 | 111000 |
Color Harmonies of #C65C59
Complementary color
Monochromatic Colors of #C65C59
Black with #C65C59
Text Example
Text Example
White with #C65C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C59; }
p { color: rgb(198,92,89); }
H1.HeaderClassName
{
color: #C65C59;
}
.AnyTagClassName
{
color: #C65C59;
}
</style>
background-color css
<style>
a { background-color: #C65C59; }
a { background-color: rgb(198,92,89); }
div.DivClassName
{
background-color: #C65C59;
}
.BgClassName
{
background-color: #C65C59;
}
</style>
border-color css
<style>
span { border-color: #C65C59; }
span { border-color: rgb(198,92,89); }
td.TdClassName
{
border-color: #C65C59;
}
.TagClassName
{
border-color: #C65C59;
}
</style>