Shades of Fuzzy Wuzzy Brown #CB5752
Tints of Fuzzy Wuzzy Brown #CB5752
RGB
CMYK
RGB Variations
Color information
#CB5752 (or 0xCB5752) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 57 and 52. RGB value is (203,87,82). Sum of RGB (Red+Green+Blue) = 203+87+82=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5752 is #34A8AD. Grayscale: #797979. Windows color (decimal): -3451054 or 5396427. OLE color: 5396427.
HSL color Cylindrical-coordinate representation of color #CB5752: hue angle of 2.48º 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 #CB5752 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 82 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.20 |
| HSL | 2.48º | 0.54% | 0.56% | - |
| HSV(B) | 2.48º | 0.6% | 0.8% | - |
| XYZ | 29.56 | 20.12 | 10.31 | - |
| YUV | 121.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 82 | 0 | 0.57 | 0.60 | 0.20 | 2.48 | 0.54 | 0.56 |
| Hex | CB | 57 | 52 | 0 | 39 | 3C | 14 | 2 | 36 | 38 |
| Octal | 313 | 127 | 122 | 0 | 71 | 74 | 24 | 2 | 66 | 70 |
| Binary | 11001011 | 1010111 | 1010010 | 0 | 111001 | 111100 | 10100 | 10 | 110110 | 111000 |
Color Harmonies of #CB5752
Complementary color
Monochromatic Colors of #CB5752
Black with #CB5752
Text Example
Text Example
White with #CB5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5752; }
p { color: rgb(203,87,82); }
H1.HeaderClassName
{
color: #CB5752;
}
.AnyTagClassName
{
color: #CB5752;
}
</style>
background-color css
<style>
a { background-color: #CB5752; }
a { background-color: rgb(203,87,82); }
div.DivClassName
{
background-color: #CB5752;
}
.BgClassName
{
background-color: #CB5752;
}
</style>
border-color css
<style>
span { border-color: #CB5752; }
span { border-color: rgb(203,87,82); }
td.TdClassName
{
border-color: #CB5752;
}
.TagClassName
{
border-color: #CB5752;
}
</style>