Shades of Kobi #CE92AD
Tints of Kobi #CE92AD
RGB
CMYK
RGB Variations
Color information
#CE92AD (or 0xCE92AD) is known color: Kobi. HEX triplet: CE, 92 and AD. RGB value is (206,146,173). Sum of RGB (Red+Green+Blue) = 206+146+173=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE92AD is #316D52. Grayscale: #A6A6A6. Windows color (decimal): -3239251 or 11375310. OLE color: 11375310.
HSL color Cylindrical-coordinate representation of color #CE92AD: hue angle of 333º 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 #CE92AD is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 173 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.19 |
| HSL | 333º | 0.38% | 0.69% | - |
| HSV(B) | 333º | 0.29% | 0.81% | - |
| XYZ | 43.28 | 36.7 | 44.34 | - |
| YUV | 167.02 | 131.38 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 173 | 0 | 0.29 | 0.16 | 0.19 | 333 | 0.38 | 0.69 |
| Hex | CE | 92 | AD | 0 | 1D | 10 | 13 | 14D | 26 | 45 |
| Octal | 316 | 222 | 255 | 0 | 35 | 20 | 23 | 515 | 46 | 105 |
| Binary | 11001110 | 10010010 | 10101101 | 0 | 11101 | 10000 | 10011 | 101001101 | 100110 | 1000101 |
Color Harmonies of #CE92AD
Complementary color
Monochromatic Colors of #CE92AD
Black with #CE92AD
Text Example
Text Example
White with #CE92AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92AD; }
p { color: rgb(206,146,173); }
H1.HeaderClassName
{
color: #CE92AD;
}
.AnyTagClassName
{
color: #CE92AD;
}
</style>
background-color css
<style>
a { background-color: #CE92AD; }
a { background-color: rgb(206,146,173); }
div.DivClassName
{
background-color: #CE92AD;
}
.BgClassName
{
background-color: #CE92AD;
}
</style>
border-color css
<style>
span { border-color: #CE92AD; }
span { border-color: rgb(206,146,173); }
td.TdClassName
{
border-color: #CE92AD;
}
.TagClassName
{
border-color: #CE92AD;
}
</style>