Shades of Kobi #CE96AC
Tints of Kobi #CE96AC
RGB
CMYK
RGB Variations
Color information
#CE96AC (or 0xCE96AC) is known color: Kobi. HEX triplet: CE, 96 and AC. RGB value is (206,150,172). Sum of RGB (Red+Green+Blue) = 206+150+172=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE96AC is #316953. Grayscale: #A9A9A9. Windows color (decimal): -3238228 or 11310798. OLE color: 11310798.
HSL color Cylindrical-coordinate representation of color #CE96AC: hue angle of 336.43º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE96AC is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 172 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.19 |
| HSL | 336.43º | 0.36% | 0.7% | - |
| HSV(B) | 336.43º | 0.27% | 0.81% | - |
| XYZ | 43.81 | 37.91 | 44.04 | - |
| YUV | 169.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 172 | 0 | 0.27 | 0.17 | 0.19 | 336.43 | 0.36 | 0.7 |
| Hex | CE | 96 | AC | 0 | 1B | 11 | 13 | 150 | 24 | 46 |
| Octal | 316 | 226 | 254 | 0 | 33 | 21 | 23 | 520 | 44 | 106 |
| Binary | 11001110 | 10010110 | 10101100 | 0 | 11011 | 10001 | 10011 | 101010000 | 100100 | 1000110 |
Color Harmonies of #CE96AC
Complementary color
Monochromatic Colors of #CE96AC
Black with #CE96AC
Text Example
Text Example
White with #CE96AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE96AC; }
p { color: rgb(206,150,172); }
H1.HeaderClassName
{
color: #CE96AC;
}
.AnyTagClassName
{
color: #CE96AC;
}
</style>
background-color css
<style>
a { background-color: #CE96AC; }
a { background-color: rgb(206,150,172); }
div.DivClassName
{
background-color: #CE96AC;
}
.BgClassName
{
background-color: #CE96AC;
}
</style>
border-color css
<style>
span { border-color: #CE96AC; }
span { border-color: rgb(206,150,172); }
td.TdClassName
{
border-color: #CE96AC;
}
.TagClassName
{
border-color: #CE96AC;
}
</style>