Shades of Froly #CB7375
Tints of Froly #CB7375
RGB
CMYK
RGB Variations
Color information
#CB7375 (or 0xCB7375) is known color: Froly. HEX triplet: CB, 73 and 75. RGB value is (203,115,117). Sum of RGB (Red+Green+Blue) = 203+115+117=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7375 is #348C8A. Grayscale: #8D8D8D. Windows color (decimal): -3443851 or 7697355. OLE color: 7697355.
HSL color Cylindrical-coordinate representation of color #CB7375: hue angle of 358.64º 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 #CB7375 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 117 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.20 |
| HSL | 358.64º | 0.46% | 0.62% | - |
| HSV(B) | 358.64º | 0.43% | 0.8% | - |
| XYZ | 33.97 | 26.24 | 20.1 | - |
| YUV | 141.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 117 | 0 | 0.43 | 0.42 | 0.20 | 358.64 | 0.46 | 0.62 |
| Hex | CB | 73 | 75 | 0 | 2B | 2A | 14 | 167 | 2E | 3E |
| Octal | 313 | 163 | 165 | 0 | 53 | 52 | 24 | 547 | 56 | 76 |
| Binary | 11001011 | 1110011 | 1110101 | 0 | 101011 | 101010 | 10100 | 101100111 | 101110 | 111110 |
Color Harmonies of #CB7375
Complementary color
Monochromatic Colors of #CB7375
Black with #CB7375
Text Example
Text Example
White with #CB7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7375; }
p { color: rgb(203,115,117); }
H1.HeaderClassName
{
color: #CB7375;
}
.AnyTagClassName
{
color: #CB7375;
}
</style>
background-color css
<style>
a { background-color: #CB7375; }
a { background-color: rgb(203,115,117); }
div.DivClassName
{
background-color: #CB7375;
}
.BgClassName
{
background-color: #CB7375;
}
</style>
border-color css
<style>
span { border-color: #CB7375; }
span { border-color: rgb(203,115,117); }
td.TdClassName
{
border-color: #CB7375;
}
.TagClassName
{
border-color: #CB7375;
}
</style>