Shades of Kobi #CE8CAA
Tints of Kobi #CE8CAA
RGB
CMYK
RGB Variations
Color information
#CE8CAA (or 0xCE8CAA) is known color: Kobi. HEX triplet: CE, 8C and AA. RGB value is (206,140,170). Sum of RGB (Red+Green+Blue) = 206+140+170=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8CAA is #317355. Grayscale: #A3A3A3. Windows color (decimal): -3240790 or 11177166. OLE color: 11177166.
HSL color Cylindrical-coordinate representation of color #CE8CAA: hue angle of 332.73º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8CAA is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 170 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.19 |
| HSL | 332.73º | 0.4% | 0.68% | - |
| HSV(B) | 332.73º | 0.32% | 0.81% | - |
| XYZ | 42.09 | 34.78 | 42.53 | - |
| YUV | 163.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 170 | 0 | 0.32 | 0.17 | 0.19 | 332.73 | 0.4 | 0.68 |
| Hex | CE | 8C | AA | 0 | 20 | 11 | 13 | 14D | 28 | 44 |
| Octal | 316 | 214 | 252 | 0 | 40 | 21 | 23 | 515 | 50 | 104 |
| Binary | 11001110 | 10001100 | 10101010 | 0 | 100000 | 10001 | 10011 | 101001101 | 101000 | 1000100 |
Color Harmonies of #CE8CAA
Complementary color
Monochromatic Colors of #CE8CAA
Black with #CE8CAA
Text Example
Text Example
White with #CE8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CAA; }
p { color: rgb(206,140,170); }
H1.HeaderClassName
{
color: #CE8CAA;
}
.AnyTagClassName
{
color: #CE8CAA;
}
</style>
background-color css
<style>
a { background-color: #CE8CAA; }
a { background-color: rgb(206,140,170); }
div.DivClassName
{
background-color: #CE8CAA;
}
.BgClassName
{
background-color: #CE8CAA;
}
</style>
border-color css
<style>
span { border-color: #CE8CAA; }
span { border-color: rgb(206,140,170); }
td.TdClassName
{
border-color: #CE8CAA;
}
.TagClassName
{
border-color: #CE8CAA;
}
</style>