Shades of Froly #CB6D74
Tints of Froly #CB6D74
RGB
CMYK
RGB Variations
Color information
#CB6D74 (or 0xCB6D74) is known color: Froly. HEX triplet: CB, 6D and 74. RGB value is (203,109,116). Sum of RGB (Red+Green+Blue) = 203+109+116=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D74 is #34928B. Grayscale: #898989. Windows color (decimal): -3445388 or 7630283. OLE color: 7630283.
HSL color Cylindrical-coordinate representation of color #CB6D74: hue angle of 355.53º 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 #CB6D74 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 116 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.20 |
| HSL | 355.53º | 0.47% | 0.61% | - |
| HSV(B) | 355.53º | 0.46% | 0.8% | - |
| XYZ | 33.25 | 24.89 | 19.58 | - |
| YUV | 137.9 | 115.64 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 116 | 0 | 0.46 | 0.43 | 0.20 | 355.53 | 0.47 | 0.61 |
| Hex | CB | 6D | 74 | 0 | 2E | 2B | 14 | 164 | 2F | 3D |
| Octal | 313 | 155 | 164 | 0 | 56 | 53 | 24 | 544 | 57 | 75 |
| Binary | 11001011 | 1101101 | 1110100 | 0 | 101110 | 101011 | 10100 | 101100100 | 101111 | 111101 |
Color Harmonies of #CB6D74
Complementary color
Monochromatic Colors of #CB6D74
Black with #CB6D74
Text Example
Text Example
White with #CB6D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D74; }
p { color: rgb(203,109,116); }
H1.HeaderClassName
{
color: #CB6D74;
}
.AnyTagClassName
{
color: #CB6D74;
}
</style>
background-color css
<style>
a { background-color: #CB6D74; }
a { background-color: rgb(203,109,116); }
div.DivClassName
{
background-color: #CB6D74;
}
.BgClassName
{
background-color: #CB6D74;
}
</style>
border-color css
<style>
span { border-color: #CB6D74; }
span { border-color: rgb(203,109,116); }
td.TdClassName
{
border-color: #CB6D74;
}
.TagClassName
{
border-color: #CB6D74;
}
</style>