Shades of Froly #CB7175
Tints of Froly #CB7175
RGB
CMYK
RGB Variations
Color information
#CB7175 (or 0xCB7175) is known color: Froly. HEX triplet: CB, 71 and 75. RGB value is (203,113,117). Sum of RGB (Red+Green+Blue) = 203+113+117=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7175 is #348E8A. Grayscale: #8C8C8C. Windows color (decimal): -3444363 or 7696843. OLE color: 7696843.
HSL color Cylindrical-coordinate representation of color #CB7175: hue angle of 357.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 #CB7175 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 117 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.20 |
| HSL | 357.33º | 0.46% | 0.62% | - |
| HSV(B) | 357.33º | 0.44% | 0.8% | - |
| XYZ | 33.74 | 25.79 | 20.03 | - |
| YUV | 140.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 117 | 0 | 0.44 | 0.42 | 0.20 | 357.33 | 0.46 | 0.62 |
| Hex | CB | 71 | 75 | 0 | 2C | 2A | 14 | 165 | 2E | 3E |
| Octal | 313 | 161 | 165 | 0 | 54 | 52 | 24 | 545 | 56 | 76 |
| Binary | 11001011 | 1110001 | 1110101 | 0 | 101100 | 101010 | 10100 | 101100101 | 101110 | 111110 |
Color Harmonies of #CB7175
Complementary color
Monochromatic Colors of #CB7175
Black with #CB7175
Text Example
Text Example
White with #CB7175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7175; }
p { color: rgb(203,113,117); }
H1.HeaderClassName
{
color: #CB7175;
}
.AnyTagClassName
{
color: #CB7175;
}
</style>
background-color css
<style>
a { background-color: #CB7175; }
a { background-color: rgb(203,113,117); }
div.DivClassName
{
background-color: #CB7175;
}
.BgClassName
{
background-color: #CB7175;
}
</style>
border-color css
<style>
span { border-color: #CB7175; }
span { border-color: rgb(203,113,117); }
td.TdClassName
{
border-color: #CB7175;
}
.TagClassName
{
border-color: #CB7175;
}
</style>