Shades of Froly #CB7275
Tints of Froly #CB7275
RGB
CMYK
RGB Variations
Color information
#CB7275 (or 0xCB7275) is known color: Froly. HEX triplet: CB, 72 and 75. RGB value is (203,114,117). Sum of RGB (Red+Green+Blue) = 203+114+117=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7275 is #348D8A. Grayscale: #8D8D8D. Windows color (decimal): -3444107 or 7697099. OLE color: 7697099.
HSL color Cylindrical-coordinate representation of color #CB7275: hue angle of 357.98º 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 #CB7275 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 117 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.20 |
| HSL | 357.98º | 0.46% | 0.62% | - |
| HSV(B) | 357.98º | 0.44% | 0.8% | - |
| XYZ | 33.86 | 26.02 | 20.07 | - |
| YUV | 140.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 117 | 0 | 0.44 | 0.42 | 0.20 | 357.98 | 0.46 | 0.62 |
| Hex | CB | 72 | 75 | 0 | 2C | 2A | 14 | 166 | 2E | 3E |
| Octal | 313 | 162 | 165 | 0 | 54 | 52 | 24 | 546 | 56 | 76 |
| Binary | 11001011 | 1110010 | 1110101 | 0 | 101100 | 101010 | 10100 | 101100110 | 101110 | 111110 |
Color Harmonies of #CB7275
Complementary color
Monochromatic Colors of #CB7275
Black with #CB7275
Text Example
Text Example
White with #CB7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7275; }
p { color: rgb(203,114,117); }
H1.HeaderClassName
{
color: #CB7275;
}
.AnyTagClassName
{
color: #CB7275;
}
</style>
background-color css
<style>
a { background-color: #CB7275; }
a { background-color: rgb(203,114,117); }
div.DivClassName
{
background-color: #CB7275;
}
.BgClassName
{
background-color: #CB7275;
}
</style>
border-color css
<style>
span { border-color: #CB7275; }
span { border-color: rgb(203,114,117); }
td.TdClassName
{
border-color: #CB7275;
}
.TagClassName
{
border-color: #CB7275;
}
</style>