Shades of Kobi #CFA4B2
Tints of Kobi #CFA4B2
RGB
CMYK
RGB Variations
Color information
#CFA4B2 (or 0xCFA4B2) is known color: Kobi. HEX triplet: CF, A4 and B2. RGB value is (207,164,178). Sum of RGB (Red+Green+Blue) = 207+164+178=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA4B2 is #305B4D. Grayscale: #B2B2B2. Windows color (decimal): -3169102 or 11707599. OLE color: 11707599.
HSL color Cylindrical-coordinate representation of color #CFA4B2: hue angle of 340.47º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA4B2 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 178 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.19 |
| HSL | 340.47º | 0.31% | 0.73% | - |
| HSV(B) | 340.47º | 0.21% | 0.81% | - |
| XYZ | 47.04 | 43.03 | 47.95 | - |
| YUV | 178.45 | 127.75 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 178 | 0 | 0.21 | 0.14 | 0.19 | 340.47 | 0.31 | 0.73 |
| Hex | CF | A4 | B2 | 0 | 15 | E | 13 | 154 | 1F | 49 |
| Octal | 317 | 244 | 262 | 0 | 25 | 16 | 23 | 524 | 37 | 111 |
| Binary | 11001111 | 10100100 | 10110010 | 0 | 10101 | 1110 | 10011 | 101010100 | 11111 | 1001001 |
Color Harmonies of #CFA4B2
Complementary color
Monochromatic Colors of #CFA4B2
Black with #CFA4B2
Text Example
Text Example
White with #CFA4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA4B2; }
p { color: rgb(207,164,178); }
H1.HeaderClassName
{
color: #CFA4B2;
}
.AnyTagClassName
{
color: #CFA4B2;
}
</style>
background-color css
<style>
a { background-color: #CFA4B2; }
a { background-color: rgb(207,164,178); }
div.DivClassName
{
background-color: #CFA4B2;
}
.BgClassName
{
background-color: #CFA4B2;
}
</style>
border-color css
<style>
span { border-color: #CFA4B2; }
span { border-color: rgb(207,164,178); }
td.TdClassName
{
border-color: #CFA4B2;
}
.TagClassName
{
border-color: #CFA4B2;
}
</style>