Shades of Kobi #CF93AB
Tints of Kobi #CF93AB
RGB
CMYK
RGB Variations
Color information
#CF93AB (or 0xCF93AB) is known color: Kobi. HEX triplet: CF, 93 and AB. RGB value is (207,147,171). Sum of RGB (Red+Green+Blue) = 207+147+171=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF93AB is #306C54. Grayscale: #A7A7A7. Windows color (decimal): -3173461 or 11244495. OLE color: 11244495.
HSL color Cylindrical-coordinate representation of color #CF93AB: 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 #CF93AB is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 171 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.19 |
| HSL | 336º | 0.38% | 0.69% | - |
| HSV(B) | 336º | 0.29% | 0.81% | - |
| XYZ | 43.52 | 37.07 | 43.39 | - |
| YUV | 167.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 171 | 0 | 0.29 | 0.17 | 0.19 | 336 | 0.38 | 0.69 |
| Hex | CF | 93 | AB | 0 | 1D | 11 | 13 | 150 | 26 | 45 |
| Octal | 317 | 223 | 253 | 0 | 35 | 21 | 23 | 520 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10101011 | 0 | 11101 | 10001 | 10011 | 101010000 | 100110 | 1000101 |
Color Harmonies of #CF93AB
Complementary color
Monochromatic Colors of #CF93AB
Black with #CF93AB
Text Example
Text Example
White with #CF93AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93AB; }
p { color: rgb(207,147,171); }
H1.HeaderClassName
{
color: #CF93AB;
}
.AnyTagClassName
{
color: #CF93AB;
}
</style>
background-color css
<style>
a { background-color: #CF93AB; }
a { background-color: rgb(207,147,171); }
div.DivClassName
{
background-color: #CF93AB;
}
.BgClassName
{
background-color: #CF93AB;
}
</style>
border-color css
<style>
span { border-color: #CF93AB; }
span { border-color: rgb(207,147,171); }
td.TdClassName
{
border-color: #CF93AB;
}
.TagClassName
{
border-color: #CF93AB;
}
</style>