Shades of Kobi #CE9FAE
Tints of Kobi #CE9FAE
RGB
CMYK
RGB Variations
Color information
#CE9FAE (or 0xCE9FAE) is known color: Kobi. HEX triplet: CE, 9F and AE. RGB value is (206,159,174). Sum of RGB (Red+Green+Blue) = 206+159+174=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9FAE is #316051. Grayscale: #AEAEAE. Windows color (decimal): -3235922 or 11444174. OLE color: 11444174.
HSL color Cylindrical-coordinate representation of color #CE9FAE: hue angle of 340.85º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CE9FAE is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 174 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.19 |
| HSL | 340.85º | 0.32% | 0.72% | - |
| HSV(B) | 340.85º | 0.23% | 0.81% | - |
| XYZ | 45.49 | 40.97 | 45.56 | - |
| YUV | 174.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 174 | 0 | 0.23 | 0.16 | 0.19 | 340.85 | 0.32 | 0.72 |
| Hex | CE | 9F | AE | 0 | 17 | 10 | 13 | 155 | 20 | 48 |
| Octal | 316 | 237 | 256 | 0 | 27 | 20 | 23 | 525 | 40 | 110 |
| Binary | 11001110 | 10011111 | 10101110 | 0 | 10111 | 10000 | 10011 | 101010101 | 100000 | 1001000 |
Color Harmonies of #CE9FAE
Complementary color
Monochromatic Colors of #CE9FAE
Black with #CE9FAE
Text Example
Text Example
White with #CE9FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FAE; }
p { color: rgb(206,159,174); }
H1.HeaderClassName
{
color: #CE9FAE;
}
.AnyTagClassName
{
color: #CE9FAE;
}
</style>
background-color css
<style>
a { background-color: #CE9FAE; }
a { background-color: rgb(206,159,174); }
div.DivClassName
{
background-color: #CE9FAE;
}
.BgClassName
{
background-color: #CE9FAE;
}
</style>
border-color css
<style>
span { border-color: #CE9FAE; }
span { border-color: rgb(206,159,174); }
td.TdClassName
{
border-color: #CE9FAE;
}
.TagClassName
{
border-color: #CE9FAE;
}
</style>