Shades of Kangaroo #CBC9A6
Tints of Kangaroo #CBC9A6
RGB
CMYK
RGB Variations
Color information
#CBC9A6 (or 0xCBC9A6) is known color: Kangaroo. HEX triplet: CB, C9 and A6. RGB value is (203,201,166). Sum of RGB (Red+Green+Blue) = 203+201+166=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC9A6 is #343659. Grayscale: #C5C5C5. Windows color (decimal): -3421786 or 10930635. OLE color: 10930635.
HSL color Cylindrical-coordinate representation of color #CBC9A6: hue angle of 56.76º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC9A6 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 166 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.20 |
| HSL | 56.76º | 0.26% | 0.72% | - |
| HSV(B) | 56.76º | 0.18% | 0.8% | - |
| XYZ | 52.4 | 57.22 | 44.36 | - |
| YUV | 197.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 166 | 0 | 0.01 | 0.18 | 0.20 | 56.76 | 0.26 | 0.72 |
| Hex | CB | C9 | A6 | 0 | 1 | 12 | 14 | 39 | 1A | 48 |
| Octal | 313 | 311 | 246 | 0 | 1 | 22 | 24 | 71 | 32 | 110 |
| Binary | 11001011 | 11001001 | 10100110 | 0 | 1 | 10010 | 10100 | 111001 | 11010 | 1001000 |
Color Harmonies of #CBC9A6
Complementary color
Monochromatic Colors of #CBC9A6
Black with #CBC9A6
Text Example
Text Example
White with #CBC9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9A6; }
p { color: rgb(203,201,166); }
H1.HeaderClassName
{
color: #CBC9A6;
}
.AnyTagClassName
{
color: #CBC9A6;
}
</style>
background-color css
<style>
a { background-color: #CBC9A6; }
a { background-color: rgb(203,201,166); }
div.DivClassName
{
background-color: #CBC9A6;
}
.BgClassName
{
background-color: #CBC9A6;
}
</style>
border-color css
<style>
span { border-color: #CBC9A6; }
span { border-color: rgb(203,201,166); }
td.TdClassName
{
border-color: #CBC9A6;
}
.TagClassName
{
border-color: #CBC9A6;
}
</style>