Shades of Kobi #CFA5B2
Tints of Kobi #CFA5B2
RGB
CMYK
RGB Variations
Color information
#CFA5B2 (or 0xCFA5B2) is known color: Kobi. HEX triplet: CF, A5 and B2. RGB value is (207,165,178). Sum of RGB (Red+Green+Blue) = 207+165+178=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA5B2 is #305A4D. Grayscale: #B3B3B3. Windows color (decimal): -3168846 or 11707855. OLE color: 11707855.
HSL color Cylindrical-coordinate representation of color #CFA5B2: hue angle of 341.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA5B2 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 178 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.19 |
| HSL | 341.43º | 0.3% | 0.73% | - |
| HSV(B) | 341.43º | 0.2% | 0.81% | - |
| XYZ | 47.22 | 43.39 | 48.01 | - |
| YUV | 179.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 178 | 0 | 0.20 | 0.14 | 0.19 | 341.43 | 0.3 | 0.73 |
| Hex | CF | A5 | B2 | 0 | 14 | E | 13 | 155 | 1E | 49 |
| Octal | 317 | 245 | 262 | 0 | 24 | 16 | 23 | 525 | 36 | 111 |
| Binary | 11001111 | 10100101 | 10110010 | 0 | 10100 | 1110 | 10011 | 101010101 | 11110 | 1001001 |
Color Harmonies of #CFA5B2
Complementary color
Monochromatic Colors of #CFA5B2
Black with #CFA5B2
Text Example
Text Example
White with #CFA5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5B2; }
p { color: rgb(207,165,178); }
H1.HeaderClassName
{
color: #CFA5B2;
}
.AnyTagClassName
{
color: #CFA5B2;
}
</style>
background-color css
<style>
a { background-color: #CFA5B2; }
a { background-color: rgb(207,165,178); }
div.DivClassName
{
background-color: #CFA5B2;
}
.BgClassName
{
background-color: #CFA5B2;
}
</style>
border-color css
<style>
span { border-color: #CFA5B2; }
span { border-color: rgb(207,165,178); }
td.TdClassName
{
border-color: #CFA5B2;
}
.TagClassName
{
border-color: #CFA5B2;
}
</style>