Shades of Froly #CB7075
Tints of Froly #CB7075
RGB
CMYK
RGB Variations
Color information
#CB7075 (or 0xCB7075) is known color: Froly. HEX triplet: CB, 70 and 75. RGB value is (203,112,117). Sum of RGB (Red+Green+Blue) = 203+112+117=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7075 is #348F8A. Grayscale: #8B8B8B. Windows color (decimal): -3444619 or 7696587. OLE color: 7696587.
HSL color Cylindrical-coordinate representation of color #CB7075: hue angle of 356.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7075 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 117 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.20 |
| HSL | 356.7º | 0.47% | 0.62% | - |
| HSV(B) | 356.7º | 0.45% | 0.8% | - |
| XYZ | 33.63 | 25.57 | 19.99 | - |
| YUV | 139.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 117 | 0 | 0.45 | 0.42 | 0.20 | 356.7 | 0.47 | 0.62 |
| Hex | CB | 70 | 75 | 0 | 2D | 2A | 14 | 165 | 2F | 3E |
| Octal | 313 | 160 | 165 | 0 | 55 | 52 | 24 | 545 | 57 | 76 |
| Binary | 11001011 | 1110000 | 1110101 | 0 | 101101 | 101010 | 10100 | 101100101 | 101111 | 111110 |
Color Harmonies of #CB7075
Complementary color
Monochromatic Colors of #CB7075
Black with #CB7075
Text Example
Text Example
White with #CB7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7075; }
p { color: rgb(203,112,117); }
H1.HeaderClassName
{
color: #CB7075;
}
.AnyTagClassName
{
color: #CB7075;
}
</style>
background-color css
<style>
a { background-color: #CB7075; }
a { background-color: rgb(203,112,117); }
div.DivClassName
{
background-color: #CB7075;
}
.BgClassName
{
background-color: #CB7075;
}
</style>
border-color css
<style>
span { border-color: #CB7075; }
span { border-color: rgb(203,112,117); }
td.TdClassName
{
border-color: #CB7075;
}
.TagClassName
{
border-color: #CB7075;
}
</style>