Shades of Kangaroo #C0BFAD
Tints of Kangaroo #C0BFAD
RGB
CMYK
RGB Variations
Color information
#C0BFAD (or 0xC0BFAD) is known color: Kangaroo. HEX triplet: C0, BF and AD. RGB value is (192,191,173). Sum of RGB (Red+Green+Blue) = 192+191+173=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BFAD is #3F4052. Grayscale: #BDBDBD. Windows color (decimal): -4145235 or 11386816. OLE color: 11386816.
HSL color Cylindrical-coordinate representation of color #C0BFAD: hue angle of 56.84º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0BFAD is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 173 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.25 |
| HSL | 56.84º | 0.13% | 0.72% | - |
| HSV(B) | 56.84º | 0.1% | 0.75% | - |
| XYZ | 47.91 | 51.49 | 46.95 | - |
| YUV | 189.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 173 | 0 | 0.01 | 0.10 | 0.25 | 56.84 | 0.13 | 0.72 |
| Hex | C0 | BF | AD | 0 | 1 | A | 19 | 39 | D | 48 |
| Octal | 300 | 277 | 255 | 0 | 1 | 12 | 31 | 71 | 15 | 110 |
| Binary | 11000000 | 10111111 | 10101101 | 0 | 1 | 1010 | 11001 | 111001 | 1101 | 1001000 |
Color Harmonies of #C0BFAD
Complementary color
Monochromatic Colors of #C0BFAD
Black with #C0BFAD
Text Example
Text Example
White with #C0BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFAD; }
p { color: rgb(192,191,173); }
H1.HeaderClassName
{
color: #C0BFAD;
}
.AnyTagClassName
{
color: #C0BFAD;
}
</style>
background-color css
<style>
a { background-color: #C0BFAD; }
a { background-color: rgb(192,191,173); }
div.DivClassName
{
background-color: #C0BFAD;
}
.BgClassName
{
background-color: #C0BFAD;
}
</style>
border-color css
<style>
span { border-color: #C0BFAD; }
span { border-color: rgb(192,191,173); }
td.TdClassName
{
border-color: #C0BFAD;
}
.TagClassName
{
border-color: #C0BFAD;
}
</style>