Shades of Kobi #CE92AA
Tints of Kobi #CE92AA
RGB
CMYK
RGB Variations
Color information
#CE92AA (or 0xCE92AA) is known color: Kobi. HEX triplet: CE, 92 and AA. RGB value is (206,146,170). Sum of RGB (Red+Green+Blue) = 206+146+170=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE92AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE92AA is #316D55. Grayscale: #A6A6A6. Windows color (decimal): -3239254 or 11178702. OLE color: 11178702.
HSL color Cylindrical-coordinate representation of color #CE92AA: hue angle of 336º 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 #CE92AA is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 146 | 170 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.19 |
| HSL | 336º | 0.38% | 0.69% | - |
| HSV(B) | 336º | 0.29% | 0.81% | - |
| XYZ | 42.99 | 36.58 | 42.83 | - |
| YUV | 166.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 146 | 170 | 0 | 0.29 | 0.17 | 0.19 | 336 | 0.38 | 0.69 |
| Hex | CE | 92 | AA | 0 | 1D | 11 | 13 | 150 | 26 | 45 |
| Octal | 316 | 222 | 252 | 0 | 35 | 21 | 23 | 520 | 46 | 105 |
| Binary | 11001110 | 10010010 | 10101010 | 0 | 11101 | 10001 | 10011 | 101010000 | 100110 | 1000101 |
Color Harmonies of #CE92AA
Complementary color
Monochromatic Colors of #CE92AA
Black with #CE92AA
Text Example
Text Example
White with #CE92AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE92AA; }
p { color: rgb(206,146,170); }
H1.HeaderClassName
{
color: #CE92AA;
}
.AnyTagClassName
{
color: #CE92AA;
}
</style>
background-color css
<style>
a { background-color: #CE92AA; }
a { background-color: rgb(206,146,170); }
div.DivClassName
{
background-color: #CE92AA;
}
.BgClassName
{
background-color: #CE92AA;
}
</style>
border-color css
<style>
span { border-color: #CE92AA; }
span { border-color: rgb(206,146,170); }
td.TdClassName
{
border-color: #CE92AA;
}
.TagClassName
{
border-color: #CE92AA;
}
</style>