Shades of Fuzzy Wuzzy Brown #CB5552
Tints of Fuzzy Wuzzy Brown #CB5552
RGB
CMYK
RGB Variations
Color information
#CB5552 (or 0xCB5552) is known color: Fuzzy Wuzzy Brown. HEX triplet: CB, 55 and 52. RGB value is (203,85,82). Sum of RGB (Red+Green+Blue) = 203+85+82=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5552 is #34AAAD. Grayscale: #787878. Windows color (decimal): -3451566 or 5395915. OLE color: 5395915.
HSL color Cylindrical-coordinate representation of color #CB5552: hue angle of 1.49º 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 #CB5552 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 82 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.20 |
| HSL | 1.49º | 0.54% | 0.56% | - |
| HSV(B) | 1.49º | 0.6% | 0.8% | - |
| XYZ | 29.4 | 19.8 | 10.26 | - |
| YUV | 119.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 82 | 0 | 0.58 | 0.60 | 0.20 | 1.49 | 0.54 | 0.56 |
| Hex | CB | 55 | 52 | 0 | 3A | 3C | 14 | 1 | 36 | 38 |
| Octal | 313 | 125 | 122 | 0 | 72 | 74 | 24 | 1 | 66 | 70 |
| Binary | 11001011 | 1010101 | 1010010 | 0 | 111010 | 111100 | 10100 | 1 | 110110 | 111000 |
Color Harmonies of #CB5552
Complementary color
Monochromatic Colors of #CB5552
Black with #CB5552
Text Example
Text Example
White with #CB5552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5552; }
p { color: rgb(203,85,82); }
H1.HeaderClassName
{
color: #CB5552;
}
.AnyTagClassName
{
color: #CB5552;
}
</style>
background-color css
<style>
a { background-color: #CB5552; }
a { background-color: rgb(203,85,82); }
div.DivClassName
{
background-color: #CB5552;
}
.BgClassName
{
background-color: #CB5552;
}
</style>
border-color css
<style>
span { border-color: #CB5552; }
span { border-color: rgb(203,85,82); }
td.TdClassName
{
border-color: #CB5552;
}
.TagClassName
{
border-color: #CB5552;
}
</style>