Shades of Kobi #CE93AC
Tints of Kobi #CE93AC
RGB
CMYK
RGB Variations
Color information
#CE93AC (or 0xCE93AC) is known color: Kobi. HEX triplet: CE, 93 and AC. RGB value is (206,147,172). Sum of RGB (Red+Green+Blue) = 206+147+172=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE93AC is #316C53. Grayscale: #A7A7A7. Windows color (decimal): -3238996 or 11310030. OLE color: 11310030.
HSL color Cylindrical-coordinate representation of color #CE93AC: hue angle of 334.58º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE93AC is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 172 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.19 |
| HSL | 334.58º | 0.38% | 0.69% | - |
| HSV(B) | 334.58º | 0.29% | 0.81% | - |
| XYZ | 43.33 | 36.97 | 43.88 | - |
| YUV | 167.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 172 | 0 | 0.29 | 0.17 | 0.19 | 334.58 | 0.38 | 0.69 |
| Hex | CE | 93 | AC | 0 | 1D | 11 | 13 | 14F | 26 | 45 |
| Octal | 316 | 223 | 254 | 0 | 35 | 21 | 23 | 517 | 46 | 105 |
| Binary | 11001110 | 10010011 | 10101100 | 0 | 11101 | 10001 | 10011 | 101001111 | 100110 | 1000101 |
Color Harmonies of #CE93AC
Complementary color
Monochromatic Colors of #CE93AC
Black with #CE93AC
Text Example
Text Example
White with #CE93AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93AC; }
p { color: rgb(206,147,172); }
H1.HeaderClassName
{
color: #CE93AC;
}
.AnyTagClassName
{
color: #CE93AC;
}
</style>
background-color css
<style>
a { background-color: #CE93AC; }
a { background-color: rgb(206,147,172); }
div.DivClassName
{
background-color: #CE93AC;
}
.BgClassName
{
background-color: #CE93AC;
}
</style>
border-color css
<style>
span { border-color: #CE93AC; }
span { border-color: rgb(206,147,172); }
td.TdClassName
{
border-color: #CE93AC;
}
.TagClassName
{
border-color: #CE93AC;
}
</style>