Shades of Fuzzy Wuzzy Brown #CB5553
Tints of Fuzzy Wuzzy Brown #CB5553
RGB
CMYK
RGB Variations
Color information
#CB5553 (or 0xCB5553) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 55 and 53. RGB value is (203,85,83). Sum of RGB (Red+Green+Blue) = 203+85+83=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5553 is #34AAAC. Grayscale: #787878. Windows color (decimal): -3451565 or 5461451. OLE color: 5461451.
HSL color Cylindrical-coordinate representation of color #CB5553: hue angle of 1º degrees, saturation: 0.54, 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 #CB5553 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 83 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.20 |
| HSL | 1º | 0.54% | 0.56% | - |
| HSV(B) | 1º | 0.59% | 0.8% | - |
| XYZ | 29.44 | 19.82 | 10.46 | - |
| YUV | 120.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 83 | 0 | 0.58 | 0.59 | 0.20 | 1 | 0.54 | 0.56 |
| Hex | CB | 55 | 53 | 0 | 3A | 3B | 14 | 1 | 36 | 38 |
| Octal | 313 | 125 | 123 | 0 | 72 | 73 | 24 | 1 | 66 | 70 |
| Binary | 11001011 | 1010101 | 1010011 | 0 | 111010 | 111011 | 10100 | 1 | 110110 | 111000 |
Color Harmonies of #CB5553
Complementary color
Monochromatic Colors of #CB5553
Black with #CB5553
Text Example
Text Example
White with #CB5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5553; }
p { color: rgb(203,85,83); }
H1.HeaderClassName
{
color: #CB5553;
}
.AnyTagClassName
{
color: #CB5553;
}
</style>
background-color css
<style>
a { background-color: #CB5553; }
a { background-color: rgb(203,85,83); }
div.DivClassName
{
background-color: #CB5553;
}
.BgClassName
{
background-color: #CB5553;
}
</style>
border-color css
<style>
span { border-color: #CB5553; }
span { border-color: rgb(203,85,83); }
td.TdClassName
{
border-color: #CB5553;
}
.TagClassName
{
border-color: #CB5553;
}
</style>