Shades of Kangaroo #C3C1B3
Tints of Kangaroo #C3C1B3
RGB
CMYK
RGB Variations
Color information
#C3C1B3 (or 0xC3C1B3) is known color: Kangaroo. HEX triplet: C3, C1 and B3. RGB value is (195,193,179). Sum of RGB (Red+Green+Blue) = 195+193+179=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1B3 is #3C3E4C. Grayscale: #C0C0C0. Windows color (decimal): -3948109 or 11780547. OLE color: 11780547.
HSL color Cylindrical-coordinate representation of color #C3C1B3: hue angle of 52.5º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3C1B3 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 179 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.24 |
| HSL | 52.5º | 0.12% | 0.73% | - |
| HSV(B) | 52.5º | 0.08% | 0.76% | - |
| XYZ | 49.71 | 53 | 50.26 | - |
| YUV | 192 | 120.66 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 179 | 0 | 0.01 | 0.08 | 0.24 | 52.5 | 0.12 | 0.73 |
| Hex | C3 | C1 | B3 | 0 | 1 | 8 | 18 | 34 | C | 49 |
| Octal | 303 | 301 | 263 | 0 | 1 | 10 | 30 | 64 | 14 | 111 |
| Binary | 11000011 | 11000001 | 10110011 | 0 | 1 | 1000 | 11000 | 110100 | 1100 | 1001001 |
Color Harmonies of #C3C1B3
Complementary color
Monochromatic Colors of #C3C1B3
Black with #C3C1B3
Text Example
Text Example
White with #C3C1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C1B3; }
p { color: rgb(195,193,179); }
H1.HeaderClassName
{
color: #C3C1B3;
}
.AnyTagClassName
{
color: #C3C1B3;
}
</style>
background-color css
<style>
a { background-color: #C3C1B3; }
a { background-color: rgb(195,193,179); }
div.DivClassName
{
background-color: #C3C1B3;
}
.BgClassName
{
background-color: #C3C1B3;
}
</style>
border-color css
<style>
span { border-color: #C3C1B3; }
span { border-color: rgb(195,193,179); }
td.TdClassName
{
border-color: #C3C1B3;
}
.TagClassName
{
border-color: #C3C1B3;
}
</style>