Shades of Kobi #CF8BAE
Tints of Kobi #CF8BAE
RGB
CMYK
RGB Variations
Color information
#CF8BAE (or 0xCF8BAE) is known color: Kobi. HEX triplet: CF, 8B and AE. RGB value is (207,139,174). Sum of RGB (Red+Green+Blue) = 207+139+174=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8BAE is #307451. Grayscale: #A3A3A3. Windows color (decimal): -3175506 or 11439055. OLE color: 11439055.
HSL color Cylindrical-coordinate representation of color #CF8BAE: hue angle of 329.12º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8BAE is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 174 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.19 |
| HSL | 329.12º | 0.41% | 0.68% | - |
| HSV(B) | 329.12º | 0.33% | 0.81% | - |
| XYZ | 42.6 | 34.79 | 44.51 | - |
| YUV | 163.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 174 | 0 | 0.33 | 0.16 | 0.19 | 329.12 | 0.41 | 0.68 |
| Hex | CF | 8B | AE | 0 | 21 | 10 | 13 | 149 | 29 | 44 |
| Octal | 317 | 213 | 256 | 0 | 41 | 20 | 23 | 511 | 51 | 104 |
| Binary | 11001111 | 10001011 | 10101110 | 0 | 100001 | 10000 | 10011 | 101001001 | 101001 | 1000100 |
Color Harmonies of #CF8BAE
Complementary color
Monochromatic Colors of #CF8BAE
Black with #CF8BAE
Text Example
Text Example
White with #CF8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BAE; }
p { color: rgb(207,139,174); }
H1.HeaderClassName
{
color: #CF8BAE;
}
.AnyTagClassName
{
color: #CF8BAE;
}
</style>
background-color css
<style>
a { background-color: #CF8BAE; }
a { background-color: rgb(207,139,174); }
div.DivClassName
{
background-color: #CF8BAE;
}
.BgClassName
{
background-color: #CF8BAE;
}
</style>
border-color css
<style>
span { border-color: #CF8BAE; }
span { border-color: rgb(207,139,174); }
td.TdClassName
{
border-color: #CF8BAE;
}
.TagClassName
{
border-color: #CF8BAE;
}
</style>