Shades of Froly #CB7173
Tints of Froly #CB7173
RGB
CMYK
RGB Variations
Color information
#CB7173 (or 0xCB7173) is known color: Froly. HEX triplet: CB, 71 and 73. RGB value is (203,113,115). Sum of RGB (Red+Green+Blue) = 203+113+115=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7173 is #348E8C. Grayscale: #8C8C8C. Windows color (decimal): -3444365 or 7565771. OLE color: 7565771.
HSL color Cylindrical-coordinate representation of color #CB7173: hue angle of 358.67º 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 #CB7173 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 115 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.20 |
| HSL | 358.67º | 0.46% | 0.62% | - |
| HSV(B) | 358.67º | 0.44% | 0.8% | - |
| XYZ | 33.63 | 25.74 | 19.42 | - |
| YUV | 140.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 115 | 0 | 0.44 | 0.43 | 0.20 | 358.67 | 0.46 | 0.62 |
| Hex | CB | 71 | 73 | 0 | 2C | 2B | 14 | 167 | 2E | 3E |
| Octal | 313 | 161 | 163 | 0 | 54 | 53 | 24 | 547 | 56 | 76 |
| Binary | 11001011 | 1110001 | 1110011 | 0 | 101100 | 101011 | 10100 | 101100111 | 101110 | 111110 |
Color Harmonies of #CB7173
Complementary color
Monochromatic Colors of #CB7173
Black with #CB7173
Text Example
Text Example
White with #CB7173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7173; }
p { color: rgb(203,113,115); }
H1.HeaderClassName
{
color: #CB7173;
}
.AnyTagClassName
{
color: #CB7173;
}
</style>
background-color css
<style>
a { background-color: #CB7173; }
a { background-color: rgb(203,113,115); }
div.DivClassName
{
background-color: #CB7173;
}
.BgClassName
{
background-color: #CB7173;
}
</style>
border-color css
<style>
span { border-color: #CB7173; }
span { border-color: rgb(203,113,115); }
td.TdClassName
{
border-color: #CB7173;
}
.TagClassName
{
border-color: #CB7173;
}
</style>