Shades of Froly #CB6E72
Tints of Froly #CB6E72
RGB
CMYK
RGB Variations
Color information
#CB6E72 (or 0xCB6E72) is known color: Froly. HEX triplet: CB, 6E and 72. RGB value is (203,110,114). Sum of RGB (Red+Green+Blue) = 203+110+114=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E72 is #34918D. Grayscale: #8A8A8A. Windows color (decimal): -3445134 or 7499467. OLE color: 7499467.
HSL color Cylindrical-coordinate representation of color #CB6E72: hue angle of 357.42º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6E72 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 114 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.20 |
| HSL | 357.42º | 0.47% | 0.61% | - |
| HSV(B) | 357.42º | 0.46% | 0.8% | - |
| XYZ | 33.24 | 25.06 | 19.01 | - |
| YUV | 138.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 114 | 0 | 0.46 | 0.44 | 0.20 | 357.42 | 0.47 | 0.61 |
| Hex | CB | 6E | 72 | 0 | 2E | 2C | 14 | 165 | 2F | 3D |
| Octal | 313 | 156 | 162 | 0 | 56 | 54 | 24 | 545 | 57 | 75 |
| Binary | 11001011 | 1101110 | 1110010 | 0 | 101110 | 101100 | 10100 | 101100101 | 101111 | 111101 |
Color Harmonies of #CB6E72
Complementary color
Monochromatic Colors of #CB6E72
Black with #CB6E72
Text Example
Text Example
White with #CB6E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E72; }
p { color: rgb(203,110,114); }
H1.HeaderClassName
{
color: #CB6E72;
}
.AnyTagClassName
{
color: #CB6E72;
}
</style>
background-color css
<style>
a { background-color: #CB6E72; }
a { background-color: rgb(203,110,114); }
div.DivClassName
{
background-color: #CB6E72;
}
.BgClassName
{
background-color: #CB6E72;
}
</style>
border-color css
<style>
span { border-color: #CB6E72; }
span { border-color: rgb(203,110,114); }
td.TdClassName
{
border-color: #CB6E72;
}
.TagClassName
{
border-color: #CB6E72;
}
</style>