Shades of Fuzzy Wuzzy Brown #CB5654
Tints of Fuzzy Wuzzy Brown #CB5654
RGB
CMYK
RGB Variations
Color information
#CB5654 (or 0xCB5654) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 56 and 54. RGB value is (203,86,84). Sum of RGB (Red+Green+Blue) = 203+86+84=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5654 is #34A9AB. Grayscale: #787878. Windows color (decimal): -3451308 or 5527243. OLE color: 5527243.
HSL color Cylindrical-coordinate representation of color #CB5654: hue angle of 1.01º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5654 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 84 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.20 |
| HSL | 1.01º | 0.53% | 0.56% | - |
| HSV(B) | 1.01º | 0.59% | 0.8% | - |
| XYZ | 29.56 | 19.99 | 10.69 | - |
| YUV | 120.76 | 107.26 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 84 | 0 | 0.58 | 0.59 | 0.20 | 1.01 | 0.53 | 0.56 |
| Hex | CB | 56 | 54 | 0 | 3A | 3B | 14 | 1 | 35 | 38 |
| Octal | 313 | 126 | 124 | 0 | 72 | 73 | 24 | 1 | 65 | 70 |
| Binary | 11001011 | 1010110 | 1010100 | 0 | 111010 | 111011 | 10100 | 1 | 110101 | 111000 |
Color Harmonies of #CB5654
Complementary color
Monochromatic Colors of #CB5654
Black with #CB5654
Text Example
Text Example
White with #CB5654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5654; }
p { color: rgb(203,86,84); }
H1.HeaderClassName
{
color: #CB5654;
}
.AnyTagClassName
{
color: #CB5654;
}
</style>
background-color css
<style>
a { background-color: #CB5654; }
a { background-color: rgb(203,86,84); }
div.DivClassName
{
background-color: #CB5654;
}
.BgClassName
{
background-color: #CB5654;
}
</style>
border-color css
<style>
span { border-color: #CB5654; }
span { border-color: rgb(203,86,84); }
td.TdClassName
{
border-color: #CB5654;
}
.TagClassName
{
border-color: #CB5654;
}
</style>