Shades of Kobi #CFA5B3
Tints of Kobi #CFA5B3
RGB
CMYK
RGB Variations
Color information
#CFA5B3 (or 0xCFA5B3) is known color: Kobi. HEX triplet: CF, A5 and B3. RGB value is (207,165,179). Sum of RGB (Red+Green+Blue) = 207+165+179=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5B3 is #305A4C. Grayscale: #B3B3B3. Windows color (decimal): -3168845 or 11773391. OLE color: 11773391.
HSL color Cylindrical-coordinate representation of color #CFA5B3: hue angle of 340º 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 #CFA5B3 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 179 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.19 |
| HSL | 340º | 0.3% | 0.73% | - |
| HSV(B) | 340º | 0.2% | 0.81% | - |
| XYZ | 47.32 | 43.43 | 48.54 | - |
| YUV | 179.15 | 127.91 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 179 | 0 | 0.20 | 0.14 | 0.19 | 340 | 0.3 | 0.73 |
| Hex | CF | A5 | B3 | 0 | 14 | E | 13 | 154 | 1E | 49 |
| Octal | 317 | 245 | 263 | 0 | 24 | 16 | 23 | 524 | 36 | 111 |
| Binary | 11001111 | 10100101 | 10110011 | 0 | 10100 | 1110 | 10011 | 101010100 | 11110 | 1001001 |
Color Harmonies of #CFA5B3
Complementary color
Monochromatic Colors of #CFA5B3
Black with #CFA5B3
Text Example
Text Example
White with #CFA5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA5B3; }
p { color: rgb(207,165,179); }
H1.HeaderClassName
{
color: #CFA5B3;
}
.AnyTagClassName
{
color: #CFA5B3;
}
</style>
background-color css
<style>
a { background-color: #CFA5B3; }
a { background-color: rgb(207,165,179); }
div.DivClassName
{
background-color: #CFA5B3;
}
.BgClassName
{
background-color: #CFA5B3;
}
</style>
border-color css
<style>
span { border-color: #CFA5B3; }
span { border-color: rgb(207,165,179); }
td.TdClassName
{
border-color: #CFA5B3;
}
.TagClassName
{
border-color: #CFA5B3;
}
</style>