Shades of Kangaroo #C3C3B2
Tints of Kangaroo #C3C3B2
RGB
CMYK
RGB Variations
Color information
#C3C3B2 (or 0xC3C3B2) is known color: Kangaroo. HEX triplet: C3, C3 and B2. RGB value is (195,195,178). Sum of RGB (Red+Green+Blue) = 195+195+178=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C3B2 is #3C3C4D. Grayscale: #C1C1C1. Windows color (decimal): -3947598 or 11715523. OLE color: 11715523.
HSL color Cylindrical-coordinate representation of color #C3C3B2: hue angle of 60º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3C3B2 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 195 | 178 | - |
| CMYK | 0 | 0 | 0.09 | 0.24 |
| HSL | 60º | 0.12% | 0.73% | - |
| HSV(B) | 60º | 0.09% | 0.76% | - |
| XYZ | 50.06 | 53.85 | 49.87 | - |
| YUV | 193.06 | 119.5 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 195 | 178 | 0 | 0 | 0.09 | 0.24 | 60 | 0.12 | 0.73 |
| Hex | C3 | C3 | B2 | 0 | 0 | 9 | 18 | 3C | C | 49 |
| Octal | 303 | 303 | 262 | 0 | 0 | 11 | 30 | 74 | 14 | 111 |
| Binary | 11000011 | 11000011 | 10110010 | 0 | 0 | 1001 | 11000 | 111100 | 1100 | 1001001 |
Color Harmonies of #C3C3B2
Complementary color
Monochromatic Colors of #C3C3B2
Black with #C3C3B2
Text Example
Text Example
White with #C3C3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C3B2; }
p { color: rgb(195,195,178); }
H1.HeaderClassName
{
color: #C3C3B2;
}
.AnyTagClassName
{
color: #C3C3B2;
}
</style>
background-color css
<style>
a { background-color: #C3C3B2; }
a { background-color: rgb(195,195,178); }
div.DivClassName
{
background-color: #C3C3B2;
}
.BgClassName
{
background-color: #C3C3B2;
}
</style>
border-color css
<style>
span { border-color: #C3C3B2; }
span { border-color: rgb(195,195,178); }
td.TdClassName
{
border-color: #C3C3B2;
}
.TagClassName
{
border-color: #C3C3B2;
}
</style>