Shades of Kangaroo #CBCBA2
Tints of Kangaroo #CBCBA2
RGB
CMYK
RGB Variations
Color information
#CBCBA2 (or 0xCBCBA2) is known color: Kangaroo. HEX triplet: CB, CB and A2. RGB value is (203,203,162). Sum of RGB (Red+Green+Blue) = 203+203+162=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 162 (63.67% from 255 or 28.52% from 568); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCBA2 is #34345D. Grayscale: #C6C6C6. Windows color (decimal): -3421278 or 10669003. OLE color: 10669003.
HSL color Cylindrical-coordinate representation of color #CBCBA2: hue angle of 60º degrees, saturation: 0.28, 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 #CBCBA2 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 162 | - |
| CMYK | 0 | 0 | 0.20 | 0.20 |
| HSL | 60º | 0.28% | 0.72% | - |
| HSV(B) | 60º | 0.2% | 0.8% | - |
| XYZ | 52.51 | 58.02 | 42.61 | - |
| YUV | 198.33 | 107.5 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 162 | 0 | 0 | 0.20 | 0.20 | 60 | 0.28 | 0.72 |
| Hex | CB | CB | A2 | 0 | 0 | 14 | 14 | 3C | 1C | 48 |
| Octal | 313 | 313 | 242 | 0 | 0 | 24 | 24 | 74 | 34 | 110 |
| Binary | 11001011 | 11001011 | 10100010 | 0 | 0 | 10100 | 10100 | 111100 | 11100 | 1001000 |
Color Harmonies of #CBCBA2
Complementary color
Monochromatic Colors of #CBCBA2
Black with #CBCBA2
Text Example
Text Example
White with #CBCBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBA2; }
p { color: rgb(203,203,162); }
H1.HeaderClassName
{
color: #CBCBA2;
}
.AnyTagClassName
{
color: #CBCBA2;
}
</style>
background-color css
<style>
a { background-color: #CBCBA2; }
a { background-color: rgb(203,203,162); }
div.DivClassName
{
background-color: #CBCBA2;
}
.BgClassName
{
background-color: #CBCBA2;
}
</style>
border-color css
<style>
span { border-color: #CBCBA2; }
span { border-color: rgb(203,203,162); }
td.TdClassName
{
border-color: #CBCBA2;
}
.TagClassName
{
border-color: #CBCBA2;
}
</style>