Shades of Froly #CB6D76
Tints of Froly #CB6D76
RGB
CMYK
RGB Variations
Color information
#CB6D76 (or 0xCB6D76) is known color: Froly. HEX triplet: CB, 6D and 76. RGB value is (203,109,118). Sum of RGB (Red+Green+Blue) = 203+109+118=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D76 is #349289. Grayscale: #8A8A8A. Windows color (decimal): -3445386 or 7761355. OLE color: 7761355.
HSL color Cylindrical-coordinate representation of color #CB6D76: hue angle of 354.26º 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 #CB6D76 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 118 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.20 |
| HSL | 354.26º | 0.47% | 0.61% | - |
| HSV(B) | 354.26º | 0.46% | 0.8% | - |
| XYZ | 33.37 | 24.94 | 20.2 | - |
| YUV | 138.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 118 | 0 | 0.46 | 0.42 | 0.20 | 354.26 | 0.47 | 0.61 |
| Hex | CB | 6D | 76 | 0 | 2E | 2A | 14 | 162 | 2F | 3D |
| Octal | 313 | 155 | 166 | 0 | 56 | 52 | 24 | 542 | 57 | 75 |
| Binary | 11001011 | 1101101 | 1110110 | 0 | 101110 | 101010 | 10100 | 101100010 | 101111 | 111101 |
Color Harmonies of #CB6D76
Complementary color
Monochromatic Colors of #CB6D76
Black with #CB6D76
Text Example
Text Example
White with #CB6D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D76; }
p { color: rgb(203,109,118); }
H1.HeaderClassName
{
color: #CB6D76;
}
.AnyTagClassName
{
color: #CB6D76;
}
</style>
background-color css
<style>
a { background-color: #CB6D76; }
a { background-color: rgb(203,109,118); }
div.DivClassName
{
background-color: #CB6D76;
}
.BgClassName
{
background-color: #CB6D76;
}
</style>
border-color css
<style>
span { border-color: #CB6D76; }
span { border-color: rgb(203,109,118); }
td.TdClassName
{
border-color: #CB6D76;
}
.TagClassName
{
border-color: #CB6D76;
}
</style>