Shades of Kobi #CE85AC
Tints of Kobi #CE85AC
RGB
CMYK
RGB Variations
Color information
#CE85AC (or 0xCE85AC) is known color: Kobi. HEX triplet: CE, 85 and AC. RGB value is (206,133,172). Sum of RGB (Red+Green+Blue) = 206+133+172=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE85AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE85AC is #317A53. Grayscale: #9F9F9F. Windows color (decimal): -3242580 or 11306446. OLE color: 11306446.
HSL color Cylindrical-coordinate representation of color #CE85AC: hue angle of 327.95º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE85AC is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 172 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.19 |
| HSL | 327.95º | 0.43% | 0.66% | - |
| HSV(B) | 327.95º | 0.35% | 0.81% | - |
| XYZ | 41.29 | 32.88 | 43.2 | - |
| YUV | 159.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 172 | 0 | 0.35 | 0.17 | 0.19 | 327.95 | 0.43 | 0.66 |
| Hex | CE | 85 | AC | 0 | 23 | 11 | 13 | 148 | 2B | 42 |
| Octal | 316 | 205 | 254 | 0 | 43 | 21 | 23 | 510 | 53 | 102 |
| Binary | 11001110 | 10000101 | 10101100 | 0 | 100011 | 10001 | 10011 | 101001000 | 101011 | 1000010 |
Color Harmonies of #CE85AC
Complementary color
Monochromatic Colors of #CE85AC
Black with #CE85AC
Text Example
Text Example
White with #CE85AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85AC; }
p { color: rgb(206,133,172); }
H1.HeaderClassName
{
color: #CE85AC;
}
.AnyTagClassName
{
color: #CE85AC;
}
</style>
background-color css
<style>
a { background-color: #CE85AC; }
a { background-color: rgb(206,133,172); }
div.DivClassName
{
background-color: #CE85AC;
}
.BgClassName
{
background-color: #CE85AC;
}
</style>
border-color css
<style>
span { border-color: #CE85AC; }
span { border-color: rgb(206,133,172); }
td.TdClassName
{
border-color: #CE85AC;
}
.TagClassName
{
border-color: #CE85AC;
}
</style>