Shades of Kangaroo #C3C0B0
Tints of Kangaroo #C3C0B0
RGB
CMYK
RGB Variations
Color information
#C3C0B0 (or 0xC3C0B0) is known color: Kangaroo. HEX triplet: C3, C0 and B0. RGB value is (195,192,176). Sum of RGB (Red+Green+Blue) = 195+192+176=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C0B0 is #3C3F4F. Grayscale: #BFBFBF. Windows color (decimal): -3948368 or 11583683. OLE color: 11583683.
HSL color Cylindrical-coordinate representation of color #C3C0B0: hue angle of 50.53º 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 #C3C0B0 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 176 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.24 |
| HSL | 50.53º | 0.14% | 0.73% | - |
| HSV(B) | 50.53º | 0.1% | 0.76% | - |
| XYZ | 49.19 | 52.44 | 48.6 | - |
| YUV | 191.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 176 | 0 | 0.02 | 0.10 | 0.24 | 50.53 | 0.14 | 0.73 |
| Hex | C3 | C0 | B0 | 0 | 2 | A | 18 | 33 | E | 49 |
| Octal | 303 | 300 | 260 | 0 | 2 | 12 | 30 | 63 | 16 | 111 |
| Binary | 11000011 | 11000000 | 10110000 | 0 | 10 | 1010 | 11000 | 110011 | 1110 | 1001001 |
Color Harmonies of #C3C0B0
Complementary color
Monochromatic Colors of #C3C0B0
Black with #C3C0B0
Text Example
Text Example
White with #C3C0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0B0; }
p { color: rgb(195,192,176); }
H1.HeaderClassName
{
color: #C3C0B0;
}
.AnyTagClassName
{
color: #C3C0B0;
}
</style>
background-color css
<style>
a { background-color: #C3C0B0; }
a { background-color: rgb(195,192,176); }
div.DivClassName
{
background-color: #C3C0B0;
}
.BgClassName
{
background-color: #C3C0B0;
}
</style>
border-color css
<style>
span { border-color: #C3C0B0; }
span { border-color: rgb(195,192,176); }
td.TdClassName
{
border-color: #C3C0B0;
}
.TagClassName
{
border-color: #C3C0B0;
}
</style>