Shades of Froly #CB7374
Tints of Froly #CB7374
RGB
CMYK
RGB Variations
Color information
#CB7374 (or 0xCB7374) is known color: Froly. HEX triplet: CB, 73 and 74. RGB value is (203,115,116). Sum of RGB (Red+Green+Blue) = 203+115+116=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7374 is #348C8B. Grayscale: #8D8D8D. Windows color (decimal): -3443852 or 7631819. OLE color: 7631819.
HSL color Cylindrical-coordinate representation of color #CB7374: hue angle of 359.32º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7374 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 116 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.20 |
| HSL | 359.32º | 0.46% | 0.62% | - |
| HSV(B) | 359.32º | 0.43% | 0.8% | - |
| XYZ | 33.91 | 26.22 | 19.8 | - |
| YUV | 141.43 | 113.65 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 116 | 0 | 0.43 | 0.43 | 0.20 | 359.32 | 0.46 | 0.62 |
| Hex | CB | 73 | 74 | 0 | 2B | 2B | 14 | 167 | 2E | 3E |
| Octal | 313 | 163 | 164 | 0 | 53 | 53 | 24 | 547 | 56 | 76 |
| Binary | 11001011 | 1110011 | 1110100 | 0 | 101011 | 101011 | 10100 | 101100111 | 101110 | 111110 |
Color Harmonies of #CB7374
Complementary color
Monochromatic Colors of #CB7374
Black with #CB7374
Text Example
Text Example
White with #CB7374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7374; }
p { color: rgb(203,115,116); }
H1.HeaderClassName
{
color: #CB7374;
}
.AnyTagClassName
{
color: #CB7374;
}
</style>
background-color css
<style>
a { background-color: #CB7374; }
a { background-color: rgb(203,115,116); }
div.DivClassName
{
background-color: #CB7374;
}
.BgClassName
{
background-color: #CB7374;
}
</style>
border-color css
<style>
span { border-color: #CB7374; }
span { border-color: rgb(203,115,116); }
td.TdClassName
{
border-color: #CB7374;
}
.TagClassName
{
border-color: #CB7374;
}
</style>