Shades of Kangaroo #CBCBA3
Tints of Kangaroo #CBCBA3
RGB
CMYK
RGB Variations
Color information
#CBCBA3 (or 0xCBCBA3) is known color: Kangaroo. HEX triplet: CB, CB and A3. RGB value is (203,203,163). Sum of RGB (Red+Green+Blue) = 203+203+163=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 163 (64.06% from 255 or 28.65% from 569); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCBA3 is #34345C. Grayscale: #C6C6C6. Windows color (decimal): -3421277 or 10734539. OLE color: 10734539.
HSL color Cylindrical-coordinate representation of color #CBCBA3: 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 #CBCBA3 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 203 | 163 | - |
CMYK | 0 | 0 | 0.20 | 0.20 |
HSL | 60º | 0.28% | 0.72% | - |
HSV(B) | 60º | 0.2% | 0.8% | - |
XYZ | 52.6 | 58.05 | 43.08 | - |
YUV | 198.44 | 108 | 131.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 203 | 163 | 0 | 0 | 0.20 | 0.20 | 60 | 0.28 | 0.72 |
Hex | CB | CB | A3 | 0 | 0 | 14 | 14 | 3C | 1C | 48 |
Octal | 313 | 313 | 243 | 0 | 0 | 24 | 24 | 74 | 34 | 110 |
Binary | 11001011 | 11001011 | 10100011 | 0 | 0 | 10100 | 10100 | 111100 | 11100 | 1001000 |
Color Harmonies of #CBCBA3
Complementary color
Monochromatic Colors of #CBCBA3
Black with #CBCBA3
Text Example
Text Example
White with #CBCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBA3; }
p { color: rgb(203,203,163); }
H1.HeaderClassName
{
color: #CBCBA3;
}
.AnyTagClassName
{
color: #CBCBA3;
}
</style>
background-color css
<style>
a { background-color: #CBCBA3; }
a { background-color: rgb(203,203,163); }
div.DivClassName
{
background-color: #CBCBA3;
}
.BgClassName
{
background-color: #CBCBA3;
}
</style>
border-color css
<style>
span { border-color: #CBCBA3; }
span { border-color: rgb(203,203,163); }
td.TdClassName
{
border-color: #CBCBA3;
}
.TagClassName
{
border-color: #CBCBA3;
}
</style>