Shades of Kangaroo #C1BFB0
Tints of Kangaroo #C1BFB0
RGB
CMYK
RGB Variations
Color information
#C1BFB0 (or 0xC1BFB0) is known color: Kangaroo. HEX triplet: C1, BF and B0. RGB value is (193,191,176). Sum of RGB (Red+Green+Blue) = 193+191+176=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BFB0 is #3E404F. Grayscale: #BDBDBD. Windows color (decimal): -4079696 or 11583425. OLE color: 11583425.
HSL color Cylindrical-coordinate representation of color #C1BFB0: hue angle of 52.94º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1BFB0 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 176 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.24 |
| HSL | 52.94º | 0.12% | 0.72% | - |
| HSV(B) | 52.94º | 0.09% | 0.76% | - |
| XYZ | 48.46 | 51.73 | 48.51 | - |
| YUV | 189.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 176 | 0 | 0.01 | 0.09 | 0.24 | 52.94 | 0.12 | 0.72 |
| Hex | C1 | BF | B0 | 0 | 1 | 9 | 18 | 35 | C | 48 |
| Octal | 301 | 277 | 260 | 0 | 1 | 11 | 30 | 65 | 14 | 110 |
| Binary | 11000001 | 10111111 | 10110000 | 0 | 1 | 1001 | 11000 | 110101 | 1100 | 1001000 |
Color Harmonies of #C1BFB0
Complementary color
Monochromatic Colors of #C1BFB0
Black with #C1BFB0
Text Example
Text Example
White with #C1BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFB0; }
p { color: rgb(193,191,176); }
H1.HeaderClassName
{
color: #C1BFB0;
}
.AnyTagClassName
{
color: #C1BFB0;
}
</style>
background-color css
<style>
a { background-color: #C1BFB0; }
a { background-color: rgb(193,191,176); }
div.DivClassName
{
background-color: #C1BFB0;
}
.BgClassName
{
background-color: #C1BFB0;
}
</style>
border-color css
<style>
span { border-color: #C1BFB0; }
span { border-color: rgb(193,191,176); }
td.TdClassName
{
border-color: #C1BFB0;
}
.TagClassName
{
border-color: #C1BFB0;
}
</style>