Shades of Kangaroo #C2BFAF
Tints of Kangaroo #C2BFAF
RGB
CMYK
RGB Variations
Color information
#C2BFAF (or 0xC2BFAF) is known color: Kangaroo. HEX triplet: C2, BF and AF. RGB value is (194,191,175). Sum of RGB (Red+Green+Blue) = 194+191+175=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BFAF is #3D4050. Grayscale: #BEBEBE. Windows color (decimal): -4014161 or 11517890. OLE color: 11517890.
HSL color Cylindrical-coordinate representation of color #C2BFAF: hue angle of 50.53º degrees, saturation: 0.13, 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 #C2BFAF is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 175 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.24 |
| HSL | 50.53º | 0.13% | 0.72% | - |
| HSV(B) | 50.53º | 0.1% | 0.76% | - |
| XYZ | 48.62 | 51.83 | 48 | - |
| YUV | 190.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 175 | 0 | 0.02 | 0.10 | 0.24 | 50.53 | 0.13 | 0.72 |
| Hex | C2 | BF | AF | 0 | 2 | A | 18 | 33 | D | 48 |
| Octal | 302 | 277 | 257 | 0 | 2 | 12 | 30 | 63 | 15 | 110 |
| Binary | 11000010 | 10111111 | 10101111 | 0 | 10 | 1010 | 11000 | 110011 | 1101 | 1001000 |
Color Harmonies of #C2BFAF
Complementary color
Monochromatic Colors of #C2BFAF
Black with #C2BFAF
Text Example
Text Example
White with #C2BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFAF; }
p { color: rgb(194,191,175); }
H1.HeaderClassName
{
color: #C2BFAF;
}
.AnyTagClassName
{
color: #C2BFAF;
}
</style>
background-color css
<style>
a { background-color: #C2BFAF; }
a { background-color: rgb(194,191,175); }
div.DivClassName
{
background-color: #C2BFAF;
}
.BgClassName
{
background-color: #C2BFAF;
}
</style>
border-color css
<style>
span { border-color: #C2BFAF; }
span { border-color: rgb(194,191,175); }
td.TdClassName
{
border-color: #C2BFAF;
}
.TagClassName
{
border-color: #C2BFAF;
}
</style>