Shades of Kobi #CF94AC
Tints of Kobi #CF94AC
RGB
CMYK
RGB Variations
Color information
#CF94AC (or 0xCF94AC) is known color: Kobi. HEX triplet: CF, 94 and AC. RGB value is (207,148,172). Sum of RGB (Red+Green+Blue) = 207+148+172=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF94AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF94AC is #306B53. Grayscale: #A8A8A8. Windows color (decimal): -3173204 or 11310287. OLE color: 11310287.
HSL color Cylindrical-coordinate representation of color #CF94AC: hue angle of 335.59º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF94AC is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 172 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.19 |
| HSL | 335.59º | 0.38% | 0.7% | - |
| HSV(B) | 335.59º | 0.29% | 0.81% | - |
| XYZ | 43.77 | 37.42 | 43.95 | - |
| YUV | 168.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 172 | 0 | 0.29 | 0.17 | 0.19 | 335.59 | 0.38 | 0.7 |
| Hex | CF | 94 | AC | 0 | 1D | 11 | 13 | 150 | 26 | 46 |
| Octal | 317 | 224 | 254 | 0 | 35 | 21 | 23 | 520 | 46 | 106 |
| Binary | 11001111 | 10010100 | 10101100 | 0 | 11101 | 10001 | 10011 | 101010000 | 100110 | 1000110 |
Color Harmonies of #CF94AC
Complementary color
Monochromatic Colors of #CF94AC
Black with #CF94AC
Text Example
Text Example
White with #CF94AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF94AC; }
p { color: rgb(207,148,172); }
H1.HeaderClassName
{
color: #CF94AC;
}
.AnyTagClassName
{
color: #CF94AC;
}
</style>
background-color css
<style>
a { background-color: #CF94AC; }
a { background-color: rgb(207,148,172); }
div.DivClassName
{
background-color: #CF94AC;
}
.BgClassName
{
background-color: #CF94AC;
}
</style>
border-color css
<style>
span { border-color: #CF94AC; }
span { border-color: rgb(207,148,172); }
td.TdClassName
{
border-color: #CF94AC;
}
.TagClassName
{
border-color: #CF94AC;
}
</style>