Shades of Kangaroo #C1BFAD
Tints of Kangaroo #C1BFAD
RGB
CMYK
RGB Variations
Color information
#C1BFAD (or 0xC1BFAD) is known color: Kangaroo. HEX triplet: C1, BF and AD. RGB value is (193,191,173). Sum of RGB (Red+Green+Blue) = 193+191+173=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BFAD is #3E4052. Grayscale: #BDBDBD. Windows color (decimal): -4079699 or 11386817. OLE color: 11386817.
HSL color Cylindrical-coordinate representation of color #C1BFAD: hue angle of 54º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1BFAD is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 173 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.24 |
| HSL | 54º | 0.14% | 0.72% | - |
| HSV(B) | 54º | 0.1% | 0.76% | - |
| XYZ | 48.17 | 51.62 | 46.96 | - |
| YUV | 189.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 173 | 0 | 0.01 | 0.10 | 0.24 | 54 | 0.14 | 0.72 |
| Hex | C1 | BF | AD | 0 | 1 | A | 18 | 36 | E | 48 |
| Octal | 301 | 277 | 255 | 0 | 1 | 12 | 30 | 66 | 16 | 110 |
| Binary | 11000001 | 10111111 | 10101101 | 0 | 1 | 1010 | 11000 | 110110 | 1110 | 1001000 |
Color Harmonies of #C1BFAD
Complementary color
Monochromatic Colors of #C1BFAD
Black with #C1BFAD
Text Example
Text Example
White with #C1BFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFAD; }
p { color: rgb(193,191,173); }
H1.HeaderClassName
{
color: #C1BFAD;
}
.AnyTagClassName
{
color: #C1BFAD;
}
</style>
background-color css
<style>
a { background-color: #C1BFAD; }
a { background-color: rgb(193,191,173); }
div.DivClassName
{
background-color: #C1BFAD;
}
.BgClassName
{
background-color: #C1BFAD;
}
</style>
border-color css
<style>
span { border-color: #C1BFAD; }
span { border-color: rgb(193,191,173); }
td.TdClassName
{
border-color: #C1BFAD;
}
.TagClassName
{
border-color: #C1BFAD;
}
</style>