Shades of Kangaroo #C0BFAF
Tints of Kangaroo #C0BFAF
RGB
CMYK
RGB Variations
Color information
#C0BFAF (or 0xC0BFAF) is known color: Kangaroo. HEX triplet: C0, BF and AF. RGB value is (192,191,175). Sum of RGB (Red+Green+Blue) = 192+191+175=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BFAF is #3F4050. Grayscale: #BDBDBD. Windows color (decimal): -4145233 or 11517888. OLE color: 11517888.
HSL color Cylindrical-coordinate representation of color #C0BFAF: hue angle of 56.47º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BFAF is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 175 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.25 |
| HSL | 56.47º | 0.12% | 0.72% | - |
| HSV(B) | 56.47º | 0.09% | 0.75% | - |
| XYZ | 48.11 | 51.56 | 47.97 | - |
| YUV | 189.48 | 119.83 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 175 | 0 | 0.01 | 0.09 | 0.25 | 56.47 | 0.12 | 0.72 |
| Hex | C0 | BF | AF | 0 | 1 | 9 | 19 | 38 | C | 48 |
| Octal | 300 | 277 | 257 | 0 | 1 | 11 | 31 | 70 | 14 | 110 |
| Binary | 11000000 | 10111111 | 10101111 | 0 | 1 | 1001 | 11001 | 111000 | 1100 | 1001000 |
Color Harmonies of #C0BFAF
Complementary color
Monochromatic Colors of #C0BFAF
Black with #C0BFAF
Text Example
Text Example
White with #C0BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFAF; }
p { color: rgb(192,191,175); }
H1.HeaderClassName
{
color: #C0BFAF;
}
.AnyTagClassName
{
color: #C0BFAF;
}
</style>
background-color css
<style>
a { background-color: #C0BFAF; }
a { background-color: rgb(192,191,175); }
div.DivClassName
{
background-color: #C0BFAF;
}
.BgClassName
{
background-color: #C0BFAF;
}
</style>
border-color css
<style>
span { border-color: #C0BFAF; }
span { border-color: rgb(192,191,175); }
td.TdClassName
{
border-color: #C0BFAF;
}
.TagClassName
{
border-color: #C0BFAF;
}
</style>