Shades of Froly #CB7577
Tints of Froly #CB7577
RGB
CMYK
RGB Variations
Color information
#CB7577 (or 0xCB7577) is known color: Froly. HEX triplet: CB, 75 and 77. RGB value is (203,117,119). Sum of RGB (Red+Green+Blue) = 203+117+119=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7577 is #348A88. Grayscale: #8F8F8F. Windows color (decimal): -3443337 or 7828939. OLE color: 7828939.
HSL color Cylindrical-coordinate representation of color #CB7577: hue angle of 358.6º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7577 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 119 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.20 |
| HSL | 358.6º | 0.45% | 0.63% | - |
| HSV(B) | 358.6º | 0.42% | 0.8% | - |
| XYZ | 34.32 | 26.75 | 20.81 | - |
| YUV | 142.94 | 114.49 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 119 | 0 | 0.42 | 0.41 | 0.20 | 358.6 | 0.45 | 0.63 |
| Hex | CB | 75 | 77 | 0 | 2A | 29 | 14 | 167 | 2D | 3F |
| Octal | 313 | 165 | 167 | 0 | 52 | 51 | 24 | 547 | 55 | 77 |
| Binary | 11001011 | 1110101 | 1110111 | 0 | 101010 | 101001 | 10100 | 101100111 | 101101 | 111111 |
Color Harmonies of #CB7577
Complementary color
Monochromatic Colors of #CB7577
Black with #CB7577
Text Example
Text Example
White with #CB7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7577; }
p { color: rgb(203,117,119); }
H1.HeaderClassName
{
color: #CB7577;
}
.AnyTagClassName
{
color: #CB7577;
}
</style>
background-color css
<style>
a { background-color: #CB7577; }
a { background-color: rgb(203,117,119); }
div.DivClassName
{
background-color: #CB7577;
}
.BgClassName
{
background-color: #CB7577;
}
</style>
border-color css
<style>
span { border-color: #CB7577; }
span { border-color: rgb(203,117,119); }
td.TdClassName
{
border-color: #CB7577;
}
.TagClassName
{
border-color: #CB7577;
}
</style>