Shades of Kobi #CF93AD
Tints of Kobi #CF93AD
RGB
CMYK
RGB Variations
Color information
#CF93AD (or 0xCF93AD) is known color: Kobi. HEX triplet: CF, 93 and AD. RGB value is (207,147,173). Sum of RGB (Red+Green+Blue) = 207+147+173=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF93AD is #306C52. Grayscale: #A7A7A7. Windows color (decimal): -3173459 or 11375567. OLE color: 11375567.
HSL color Cylindrical-coordinate representation of color #CF93AD: hue angle of 334º 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 #CF93AD is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 173 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.19 |
| HSL | 334º | 0.38% | 0.69% | - |
| HSV(B) | 334º | 0.29% | 0.81% | - |
| XYZ | 43.71 | 37.15 | 44.4 | - |
| YUV | 167.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 173 | 0 | 0.29 | 0.16 | 0.19 | 334 | 0.38 | 0.69 |
| Hex | CF | 93 | AD | 0 | 1D | 10 | 13 | 14E | 26 | 45 |
| Octal | 317 | 223 | 255 | 0 | 35 | 20 | 23 | 516 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10101101 | 0 | 11101 | 10000 | 10011 | 101001110 | 100110 | 1000101 |
Color Harmonies of #CF93AD
Complementary color
Monochromatic Colors of #CF93AD
Black with #CF93AD
Text Example
Text Example
White with #CF93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93AD; }
p { color: rgb(207,147,173); }
H1.HeaderClassName
{
color: #CF93AD;
}
.AnyTagClassName
{
color: #CF93AD;
}
</style>
background-color css
<style>
a { background-color: #CF93AD; }
a { background-color: rgb(207,147,173); }
div.DivClassName
{
background-color: #CF93AD;
}
.BgClassName
{
background-color: #CF93AD;
}
</style>
border-color css
<style>
span { border-color: #CF93AD; }
span { border-color: rgb(207,147,173); }
td.TdClassName
{
border-color: #CF93AD;
}
.TagClassName
{
border-color: #CF93AD;
}
</style>