Shades of Kobi #CE8FAA
Tints of Kobi #CE8FAA
RGB
CMYK
RGB Variations
Color information
#CE8FAA (or 0xCE8FAA) is known color: Kobi. HEX triplet: CE, 8F and AA. RGB value is (206,143,170). Sum of RGB (Red+Green+Blue) = 206+143+170=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8FAA is #317055. Grayscale: #A4A4A4. Windows color (decimal): -3240022 or 11177934. OLE color: 11177934.
HSL color Cylindrical-coordinate representation of color #CE8FAA: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE8FAA is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 170 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.19 |
| HSL | 334.29º | 0.39% | 0.68% | - |
| HSV(B) | 334.29º | 0.31% | 0.81% | - |
| XYZ | 42.53 | 35.67 | 42.67 | - |
| YUV | 164.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 170 | 0 | 0.31 | 0.17 | 0.19 | 334.29 | 0.39 | 0.68 |
| Hex | CE | 8F | AA | 0 | 1F | 11 | 13 | 14E | 27 | 44 |
| Octal | 316 | 217 | 252 | 0 | 37 | 21 | 23 | 516 | 47 | 104 |
| Binary | 11001110 | 10001111 | 10101010 | 0 | 11111 | 10001 | 10011 | 101001110 | 100111 | 1000100 |
Color Harmonies of #CE8FAA
Complementary color
Monochromatic Colors of #CE8FAA
Black with #CE8FAA
Text Example
Text Example
White with #CE8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FAA; }
p { color: rgb(206,143,170); }
H1.HeaderClassName
{
color: #CE8FAA;
}
.AnyTagClassName
{
color: #CE8FAA;
}
</style>
background-color css
<style>
a { background-color: #CE8FAA; }
a { background-color: rgb(206,143,170); }
div.DivClassName
{
background-color: #CE8FAA;
}
.BgClassName
{
background-color: #CE8FAA;
}
</style>
border-color css
<style>
span { border-color: #CE8FAA; }
span { border-color: rgb(206,143,170); }
td.TdClassName
{
border-color: #CE8FAA;
}
.TagClassName
{
border-color: #CE8FAA;
}
</style>