Shades of Fuzzy Wuzzy Brown #CB5852
Tints of Fuzzy Wuzzy Brown #CB5852
RGB
CMYK
RGB Variations
Color information
#CB5852 (or 0xCB5852) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 58 and 52. RGB value is (203,88,82). Sum of RGB (Red+Green+Blue) = 203+88+82=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5852 is #34A7AD. Grayscale: #797979. Windows color (decimal): -3450798 or 5396683. OLE color: 5396683.
HSL color Cylindrical-coordinate representation of color #CB5852: hue angle of 2.98º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5852 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 82 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.20 |
| HSL | 2.98º | 0.54% | 0.56% | - |
| HSV(B) | 2.98º | 0.6% | 0.8% | - |
| XYZ | 29.64 | 20.29 | 10.34 | - |
| YUV | 121.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 82 | 0 | 0.57 | 0.60 | 0.20 | 2.98 | 0.54 | 0.56 |
| Hex | CB | 58 | 52 | 0 | 39 | 3C | 14 | 3 | 36 | 38 |
| Octal | 313 | 130 | 122 | 0 | 71 | 74 | 24 | 3 | 66 | 70 |
| Binary | 11001011 | 1011000 | 1010010 | 0 | 111001 | 111100 | 10100 | 11 | 110110 | 111000 |
Color Harmonies of #CB5852
Complementary color
Monochromatic Colors of #CB5852
Black with #CB5852
Text Example
Text Example
White with #CB5852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5852; }
p { color: rgb(203,88,82); }
H1.HeaderClassName
{
color: #CB5852;
}
.AnyTagClassName
{
color: #CB5852;
}
</style>
background-color css
<style>
a { background-color: #CB5852; }
a { background-color: rgb(203,88,82); }
div.DivClassName
{
background-color: #CB5852;
}
.BgClassName
{
background-color: #CB5852;
}
</style>
border-color css
<style>
span { border-color: #CB5852; }
span { border-color: rgb(203,88,82); }
td.TdClassName
{
border-color: #CB5852;
}
.TagClassName
{
border-color: #CB5852;
}
</style>