Shades of Kobi #CF9BAE
Tints of Kobi #CF9BAE
RGB
CMYK
RGB Variations
Color information
#CF9BAE (or 0xCF9BAE) is known color: Kobi. HEX triplet: CF, 9B and AE. RGB value is (207,155,174). Sum of RGB (Red+Green+Blue) = 207+155+174=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9BAE is #306451. Grayscale: #ACACAC. Windows color (decimal): -3171410 or 11443151. OLE color: 11443151.
HSL color Cylindrical-coordinate representation of color #CF9BAE: hue angle of 338.08º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9BAE is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 174 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.19 |
| HSL | 338.08º | 0.35% | 0.71% | - |
| HSV(B) | 338.08º | 0.25% | 0.81% | - |
| XYZ | 45.09 | 39.76 | 45.34 | - |
| YUV | 172.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 174 | 0 | 0.25 | 0.16 | 0.19 | 338.08 | 0.35 | 0.71 |
| Hex | CF | 9B | AE | 0 | 19 | 10 | 13 | 152 | 23 | 47 |
| Octal | 317 | 233 | 256 | 0 | 31 | 20 | 23 | 522 | 43 | 107 |
| Binary | 11001111 | 10011011 | 10101110 | 0 | 11001 | 10000 | 10011 | 101010010 | 100011 | 1000111 |
Color Harmonies of #CF9BAE
Complementary color
Monochromatic Colors of #CF9BAE
Black with #CF9BAE
Text Example
Text Example
White with #CF9BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9BAE; }
p { color: rgb(207,155,174); }
H1.HeaderClassName
{
color: #CF9BAE;
}
.AnyTagClassName
{
color: #CF9BAE;
}
</style>
background-color css
<style>
a { background-color: #CF9BAE; }
a { background-color: rgb(207,155,174); }
div.DivClassName
{
background-color: #CF9BAE;
}
.BgClassName
{
background-color: #CF9BAE;
}
</style>
border-color css
<style>
span { border-color: #CF9BAE; }
span { border-color: rgb(207,155,174); }
td.TdClassName
{
border-color: #CF9BAE;
}
.TagClassName
{
border-color: #CF9BAE;
}
</style>