Shades of Kangaroo #C2BFAB
Tints of Kangaroo #C2BFAB
RGB
CMYK
RGB Variations
Color information
#C2BFAB (or 0xC2BFAB) is known color: Kangaroo. HEX triplet: C2, BF and AB. RGB value is (194,191,171). Sum of RGB (Red+Green+Blue) = 194+191+171=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFAB is #3D4054. Grayscale: #BDBDBD. Windows color (decimal): -4014165 or 11255746. OLE color: 11255746.
HSL color Cylindrical-coordinate representation of color #C2BFAB: hue angle of 52.17º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2BFAB is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 171 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.24 |
| HSL | 52.17º | 0.16% | 0.72% | - |
| HSV(B) | 52.17º | 0.12% | 0.76% | - |
| XYZ | 48.23 | 51.67 | 45.96 | - |
| YUV | 189.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 171 | 0 | 0.02 | 0.12 | 0.24 | 52.17 | 0.16 | 0.72 |
| Hex | C2 | BF | AB | 0 | 2 | C | 18 | 34 | 10 | 48 |
| Octal | 302 | 277 | 253 | 0 | 2 | 14 | 30 | 64 | 20 | 110 |
| Binary | 11000010 | 10111111 | 10101011 | 0 | 10 | 1100 | 11000 | 110100 | 10000 | 1001000 |
Color Harmonies of #C2BFAB
Complementary color
Monochromatic Colors of #C2BFAB
Black with #C2BFAB
Text Example
Text Example
White with #C2BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFAB; }
p { color: rgb(194,191,171); }
H1.HeaderClassName
{
color: #C2BFAB;
}
.AnyTagClassName
{
color: #C2BFAB;
}
</style>
background-color css
<style>
a { background-color: #C2BFAB; }
a { background-color: rgb(194,191,171); }
div.DivClassName
{
background-color: #C2BFAB;
}
.BgClassName
{
background-color: #C2BFAB;
}
</style>
border-color css
<style>
span { border-color: #C2BFAB; }
span { border-color: rgb(194,191,171); }
td.TdClassName
{
border-color: #C2BFAB;
}
.TagClassName
{
border-color: #C2BFAB;
}
</style>