Shades of Kangaroo #CBC8A4
Tints of Kangaroo #CBC8A4
RGB
CMYK
RGB Variations
Color information
#CBC8A4 (or 0xCBC8A4) is known color: Kangaroo. HEX triplet: CB, C8 and A4. RGB value is (203,200,164). Sum of RGB (Red+Green+Blue) = 203+200+164=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC8A4 is #34375B. Grayscale: #C4C4C4. Windows color (decimal): -3422044 or 10799307. OLE color: 10799307.
HSL color Cylindrical-coordinate representation of color #CBC8A4: hue angle of 55.38º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBC8A4 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 164 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.20 |
| HSL | 55.38º | 0.27% | 0.72% | - |
| HSV(B) | 55.38º | 0.19% | 0.8% | - |
| XYZ | 51.98 | 56.69 | 43.32 | - |
| YUV | 196.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 164 | 0 | 0.01 | 0.19 | 0.20 | 55.38 | 0.27 | 0.72 |
| Hex | CB | C8 | A4 | 0 | 1 | 13 | 14 | 37 | 1B | 48 |
| Octal | 313 | 310 | 244 | 0 | 1 | 23 | 24 | 67 | 33 | 110 |
| Binary | 11001011 | 11001000 | 10100100 | 0 | 1 | 10011 | 10100 | 110111 | 11011 | 1001000 |
Color Harmonies of #CBC8A4
Complementary color
Monochromatic Colors of #CBC8A4
Black with #CBC8A4
Text Example
Text Example
White with #CBC8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8A4; }
p { color: rgb(203,200,164); }
H1.HeaderClassName
{
color: #CBC8A4;
}
.AnyTagClassName
{
color: #CBC8A4;
}
</style>
background-color css
<style>
a { background-color: #CBC8A4; }
a { background-color: rgb(203,200,164); }
div.DivClassName
{
background-color: #CBC8A4;
}
.BgClassName
{
background-color: #CBC8A4;
}
</style>
border-color css
<style>
span { border-color: #CBC8A4; }
span { border-color: rgb(203,200,164); }
td.TdClassName
{
border-color: #CBC8A4;
}
.TagClassName
{
border-color: #CBC8A4;
}
</style>