Shades of Kobi #CE8AAC
Tints of Kobi #CE8AAC
RGB
CMYK
RGB Variations
Color information
#CE8AAC (or 0xCE8AAC) is known color: Kobi. HEX triplet: CE, 8A and AC. RGB value is (206,138,172). Sum of RGB (Red+Green+Blue) = 206+138+172=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8AAC is #317553. Grayscale: #A2A2A2. Windows color (decimal): -3241300 or 11307726. OLE color: 11307726.
HSL color Cylindrical-coordinate representation of color #CE8AAC: hue angle of 330º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE8AAC is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 138 | 172 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.19 |
| HSL | 330º | 0.41% | 0.67% | - |
| HSV(B) | 330º | 0.33% | 0.81% | - |
| XYZ | 41.99 | 34.28 | 43.43 | - |
| YUV | 162.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 138 | 172 | 0 | 0.33 | 0.17 | 0.19 | 330 | 0.41 | 0.67 |
| Hex | CE | 8A | AC | 0 | 21 | 11 | 13 | 14A | 29 | 43 |
| Octal | 316 | 212 | 254 | 0 | 41 | 21 | 23 | 512 | 51 | 103 |
| Binary | 11001110 | 10001010 | 10101100 | 0 | 100001 | 10001 | 10011 | 101001010 | 101001 | 1000011 |
Color Harmonies of #CE8AAC
Complementary color
Monochromatic Colors of #CE8AAC
Black with #CE8AAC
Text Example
Text Example
White with #CE8AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8AAC; }
p { color: rgb(206,138,172); }
H1.HeaderClassName
{
color: #CE8AAC;
}
.AnyTagClassName
{
color: #CE8AAC;
}
</style>
background-color css
<style>
a { background-color: #CE8AAC; }
a { background-color: rgb(206,138,172); }
div.DivClassName
{
background-color: #CE8AAC;
}
.BgClassName
{
background-color: #CE8AAC;
}
</style>
border-color css
<style>
span { border-color: #CE8AAC; }
span { border-color: rgb(206,138,172); }
td.TdClassName
{
border-color: #CE8AAC;
}
.TagClassName
{
border-color: #CE8AAC;
}
</style>