Shades of Fuzzy Wuzzy Brown #C65952
Tints of Fuzzy Wuzzy Brown #C65952
RGB
CMYK
RGB Variations
Color information
#C65952 (or 0xC65952) is known color: Fuzzy Wuzzy Brown. HEX triplet: C6, 59 and 52. RGB value is (198,89,82). Sum of RGB (Red+Green+Blue) = 198+89+82=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C65952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65952 is #39A6AD. Grayscale: #787878. Windows color (decimal): -3778222 or 5396934. OLE color: 5396934.
HSL color Cylindrical-coordinate representation of color #C65952: hue angle of 3.62º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65952 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 82 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.22 |
| HSL | 3.62º | 0.5% | 0.55% | - |
| HSV(B) | 3.62º | 0.59% | 0.78% | - |
| XYZ | 28.38 | 19.76 | 10.3 | - |
| YUV | 120.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 82 | 0 | 0.55 | 0.59 | 0.22 | 3.62 | 0.5 | 0.55 |
| Hex | C6 | 59 | 52 | 0 | 37 | 3B | 16 | 4 | 32 | 37 |
| Octal | 306 | 131 | 122 | 0 | 67 | 73 | 26 | 4 | 62 | 67 |
| Binary | 11000110 | 1011001 | 1010010 | 0 | 110111 | 111011 | 10110 | 100 | 110010 | 110111 |
Color Harmonies of #C65952
Complementary color
Monochromatic Colors of #C65952
Black with #C65952
Text Example
Text Example
White with #C65952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65952; }
p { color: rgb(198,89,82); }
H1.HeaderClassName
{
color: #C65952;
}
.AnyTagClassName
{
color: #C65952;
}
</style>
background-color css
<style>
a { background-color: #C65952; }
a { background-color: rgb(198,89,82); }
div.DivClassName
{
background-color: #C65952;
}
.BgClassName
{
background-color: #C65952;
}
</style>
border-color css
<style>
span { border-color: #C65952; }
span { border-color: rgb(198,89,82); }
td.TdClassName
{
border-color: #C65952;
}
.TagClassName
{
border-color: #C65952;
}
</style>