Shades of Froly #CB7172
Tints of Froly #CB7172
RGB
CMYK
RGB Variations
Color information
#CB7172 (or 0xCB7172) is known color: Froly. HEX triplet: CB, 71 and 72. RGB value is (203,113,114). Sum of RGB (Red+Green+Blue) = 203+113+114=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7172 is #348E8D. Grayscale: #8C8C8C. Windows color (decimal): -3444366 or 7500235. OLE color: 7500235.
HSL color Cylindrical-coordinate representation of color #CB7172: hue angle of 359.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7172 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 114 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.20 |
| HSL | 359.33º | 0.46% | 0.62% | - |
| HSV(B) | 359.33º | 0.44% | 0.8% | - |
| XYZ | 33.57 | 25.72 | 19.11 | - |
| YUV | 140.02 | 113.32 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 114 | 0 | 0.44 | 0.44 | 0.20 | 359.33 | 0.46 | 0.62 |
| Hex | CB | 71 | 72 | 0 | 2C | 2C | 14 | 167 | 2E | 3E |
| Octal | 313 | 161 | 162 | 0 | 54 | 54 | 24 | 547 | 56 | 76 |
| Binary | 11001011 | 1110001 | 1110010 | 0 | 101100 | 101100 | 10100 | 101100111 | 101110 | 111110 |
Color Harmonies of #CB7172
Complementary color
Monochromatic Colors of #CB7172
Black with #CB7172
Text Example
Text Example
White with #CB7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7172; }
p { color: rgb(203,113,114); }
H1.HeaderClassName
{
color: #CB7172;
}
.AnyTagClassName
{
color: #CB7172;
}
</style>
background-color css
<style>
a { background-color: #CB7172; }
a { background-color: rgb(203,113,114); }
div.DivClassName
{
background-color: #CB7172;
}
.BgClassName
{
background-color: #CB7172;
}
</style>
border-color css
<style>
span { border-color: #CB7172; }
span { border-color: rgb(203,113,114); }
td.TdClassName
{
border-color: #CB7172;
}
.TagClassName
{
border-color: #CB7172;
}
</style>