Shades of Kangaroo #CCC7A3
Tints of Kangaroo #CCC7A3
RGB
CMYK
RGB Variations
Color information
#CCC7A3 (or 0xCCC7A3) is known color: Kangaroo. HEX triplet: CC, C7 and A3. RGB value is (204,199,163). Sum of RGB (Red+Green+Blue) = 204+199+163=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 163 (64.06% from 255 or 28.80% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7A3 is #33385C. Grayscale: #C4C4C4. Windows color (decimal): -3356765 or 10733516. OLE color: 10733516.
HSL color Cylindrical-coordinate representation of color #CCC7A3: hue angle of 52.68º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC7A3 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 163 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.2 |
| HSL | 52.68º | 0.29% | 0.72% | - |
| HSV(B) | 52.68º | 0.2% | 0.8% | - |
| XYZ | 51.94 | 56.33 | 42.79 | - |
| YUV | 196.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 163 | 0 | 0.02 | 0.20 | 0.2 | 52.68 | 0.29 | 0.72 |
| Hex | CC | C7 | A3 | 0 | 2 | 14 | 14 | 35 | 1D | 48 |
| Octal | 314 | 307 | 243 | 0 | 2 | 24 | 24 | 65 | 35 | 110 |
| Binary | 11001100 | 11000111 | 10100011 | 0 | 10 | 10100 | 10100 | 110101 | 11101 | 1001000 |
Color Harmonies of #CCC7A3
Complementary color
Monochromatic Colors of #CCC7A3
Black with #CCC7A3
Text Example
Text Example
White with #CCC7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7A3; }
p { color: rgb(204,199,163); }
H1.HeaderClassName
{
color: #CCC7A3;
}
.AnyTagClassName
{
color: #CCC7A3;
}
</style>
background-color css
<style>
a { background-color: #CCC7A3; }
a { background-color: rgb(204,199,163); }
div.DivClassName
{
background-color: #CCC7A3;
}
.BgClassName
{
background-color: #CCC7A3;
}
</style>
border-color css
<style>
span { border-color: #CCC7A3; }
span { border-color: rgb(204,199,163); }
td.TdClassName
{
border-color: #CCC7A3;
}
.TagClassName
{
border-color: #CCC7A3;
}
</style>