Shades of Kangaroo #C3C1AF
Tints of Kangaroo #C3C1AF
RGB
CMYK
RGB Variations
Color information
#C3C1AF (or 0xC3C1AF) is known color: Kangaroo. HEX triplet: C3, C1 and AF. RGB value is (195,193,175). Sum of RGB (Red+Green+Blue) = 195+193+175=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C1AF is #3C3E50. Grayscale: #BFBFBF. Windows color (decimal): -3948113 or 11518403. OLE color: 11518403.
HSL color Cylindrical-coordinate representation of color #C3C1AF: hue angle of 54º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3C1AF is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 175 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.24 |
| HSL | 54º | 0.14% | 0.73% | - |
| HSV(B) | 54º | 0.1% | 0.76% | - |
| XYZ | 49.31 | 52.84 | 48.16 | - |
| YUV | 191.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 175 | 0 | 0.01 | 0.10 | 0.24 | 54 | 0.14 | 0.73 |
| Hex | C3 | C1 | AF | 0 | 1 | A | 18 | 36 | E | 49 |
| Octal | 303 | 301 | 257 | 0 | 1 | 12 | 30 | 66 | 16 | 111 |
| Binary | 11000011 | 11000001 | 10101111 | 0 | 1 | 1010 | 11000 | 110110 | 1110 | 1001001 |
Color Harmonies of #C3C1AF
Complementary color
Monochromatic Colors of #C3C1AF
Black with #C3C1AF
Text Example
Text Example
White with #C3C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C1AF; }
p { color: rgb(195,193,175); }
H1.HeaderClassName
{
color: #C3C1AF;
}
.AnyTagClassName
{
color: #C3C1AF;
}
</style>
background-color css
<style>
a { background-color: #C3C1AF; }
a { background-color: rgb(195,193,175); }
div.DivClassName
{
background-color: #C3C1AF;
}
.BgClassName
{
background-color: #C3C1AF;
}
</style>
border-color css
<style>
span { border-color: #C3C1AF; }
span { border-color: rgb(195,193,175); }
td.TdClassName
{
border-color: #C3C1AF;
}
.TagClassName
{
border-color: #C3C1AF;
}
</style>