Shades of Fuzzy Wuzzy Brown #CB5655
Tints of Fuzzy Wuzzy Brown #CB5655
RGB
CMYK
RGB Variations
Color information
#CB5655 (or 0xCB5655) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 56 and 55. RGB value is (203,86,85). Sum of RGB (Red+Green+Blue) = 203+86+85=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5655 is #34A9AA. Grayscale: #787878. Windows color (decimal): -3451307 or 5592779. OLE color: 5592779.
HSL color Cylindrical-coordinate representation of color #CB5655: hue angle of 0.51º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5655 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 85 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.20 |
| HSL | 0.51º | 0.53% | 0.56% | - |
| HSV(B) | 0.51º | 0.58% | 0.8% | - |
| XYZ | 29.6 | 20.01 | 10.9 | - |
| YUV | 120.87 | 107.76 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 85 | 0 | 0.58 | 0.58 | 0.20 | 0.51 | 0.53 | 0.56 |
| Hex | CB | 56 | 55 | 0 | 3A | 3A | 14 | 1 | 35 | 38 |
| Octal | 313 | 126 | 125 | 0 | 72 | 72 | 24 | 1 | 65 | 70 |
| Binary | 11001011 | 1010110 | 1010101 | 0 | 111010 | 111010 | 10100 | 1 | 110101 | 111000 |
Color Harmonies of #CB5655
Complementary color
Monochromatic Colors of #CB5655
Black with #CB5655
Text Example
Text Example
White with #CB5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5655; }
p { color: rgb(203,86,85); }
H1.HeaderClassName
{
color: #CB5655;
}
.AnyTagClassName
{
color: #CB5655;
}
</style>
background-color css
<style>
a { background-color: #CB5655; }
a { background-color: rgb(203,86,85); }
div.DivClassName
{
background-color: #CB5655;
}
.BgClassName
{
background-color: #CB5655;
}
</style>
border-color css
<style>
span { border-color: #CB5655; }
span { border-color: rgb(203,86,85); }
td.TdClassName
{
border-color: #CB5655;
}
.TagClassName
{
border-color: #CB5655;
}
</style>