Shades of Froly #CB6E6F
Tints of Froly #CB6E6F
RGB
CMYK
RGB Variations
Color information
#CB6E6F (or 0xCB6E6F) is known color: Froly. HEX triplet: CB, 6E and 6F. RGB value is (203,110,111). Sum of RGB (Red+Green+Blue) = 203+110+111=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6E6F is #349190. Grayscale: #8A8A8A. Windows color (decimal): -3445137 or 7302859. OLE color: 7302859.
HSL color Cylindrical-coordinate representation of color #CB6E6F: hue angle of 359.35º 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 #CB6E6F is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 111 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.20 |
| HSL | 359.35º | 0.47% | 0.61% | - |
| HSV(B) | 359.35º | 0.46% | 0.8% | - |
| XYZ | 33.07 | 25 | 18.12 | - |
| YUV | 137.92 | 112.81 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 111 | 0 | 0.46 | 0.45 | 0.20 | 359.35 | 0.47 | 0.61 |
| Hex | CB | 6E | 6F | 0 | 2E | 2D | 14 | 167 | 2F | 3D |
| Octal | 313 | 156 | 157 | 0 | 56 | 55 | 24 | 547 | 57 | 75 |
| Binary | 11001011 | 1101110 | 1101111 | 0 | 101110 | 101101 | 10100 | 101100111 | 101111 | 111101 |
Color Harmonies of #CB6E6F
Complementary color
Monochromatic Colors of #CB6E6F
Black with #CB6E6F
Text Example
Text Example
White with #CB6E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6E6F; }
p { color: rgb(203,110,111); }
H1.HeaderClassName
{
color: #CB6E6F;
}
.AnyTagClassName
{
color: #CB6E6F;
}
</style>
background-color css
<style>
a { background-color: #CB6E6F; }
a { background-color: rgb(203,110,111); }
div.DivClassName
{
background-color: #CB6E6F;
}
.BgClassName
{
background-color: #CB6E6F;
}
</style>
border-color css
<style>
span { border-color: #CB6E6F; }
span { border-color: rgb(203,110,111); }
td.TdClassName
{
border-color: #CB6E6F;
}
.TagClassName
{
border-color: #CB6E6F;
}
</style>