Shades of Kobi #CF96AC
Tints of Kobi #CF96AC
RGB
CMYK
RGB Variations
Color information
#CF96AC (or 0xCF96AC) is known color: Kobi. HEX triplet: CF, 96 and AC. RGB value is (207,150,172). Sum of RGB (Red+Green+Blue) = 207+150+172=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF96AC is #306953. Grayscale: #A9A9A9. Windows color (decimal): -3172692 or 11310799. OLE color: 11310799.
HSL color Cylindrical-coordinate representation of color #CF96AC: hue angle of 336.84º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF96AC is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 172 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.19 |
| HSL | 336.84º | 0.37% | 0.7% | - |
| HSV(B) | 336.84º | 0.28% | 0.81% | - |
| XYZ | 44.08 | 38.06 | 44.05 | - |
| YUV | 169.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 172 | 0 | 0.28 | 0.17 | 0.19 | 336.84 | 0.37 | 0.7 |
| Hex | CF | 96 | AC | 0 | 1C | 11 | 13 | 151 | 25 | 46 |
| Octal | 317 | 226 | 254 | 0 | 34 | 21 | 23 | 521 | 45 | 106 |
| Binary | 11001111 | 10010110 | 10101100 | 0 | 11100 | 10001 | 10011 | 101010001 | 100101 | 1000110 |
Color Harmonies of #CF96AC
Complementary color
Monochromatic Colors of #CF96AC
Black with #CF96AC
Text Example
Text Example
White with #CF96AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96AC; }
p { color: rgb(207,150,172); }
H1.HeaderClassName
{
color: #CF96AC;
}
.AnyTagClassName
{
color: #CF96AC;
}
</style>
background-color css
<style>
a { background-color: #CF96AC; }
a { background-color: rgb(207,150,172); }
div.DivClassName
{
background-color: #CF96AC;
}
.BgClassName
{
background-color: #CF96AC;
}
</style>
border-color css
<style>
span { border-color: #CF96AC; }
span { border-color: rgb(207,150,172); }
td.TdClassName
{
border-color: #CF96AC;
}
.TagClassName
{
border-color: #CF96AC;
}
</style>