Shades of Kangaroo #CDCBA5
Tints of Kangaroo #CDCBA5
RGB
CMYK
RGB Variations
Color information
#CDCBA5 (or 0xCDCBA5) is known color: Kangaroo. HEX triplet: CD, CB and A5. RGB value is (205,203,165). Sum of RGB (Red+Green+Blue) = 205+203+165=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCBA5 is #32345A. Grayscale: #C7C7C7. Windows color (decimal): -3290203 or 10865613. OLE color: 10865613.
HSL color Cylindrical-coordinate representation of color #CDCBA5: hue angle of 57º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDCBA5 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 203 | 165 | - |
CMYK | 0 | 0.01 | 0.20 | 0.20 |
HSL | 57º | 0.29% | 0.73% | - |
HSV(B) | 57º | 0.2% | 0.8% | - |
XYZ | 53.32 | 58.41 | 44.06 | - |
YUV | 199.27 | 108.66 | 132.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 203 | 165 | 0 | 0.01 | 0.20 | 0.20 | 57 | 0.29 | 0.73 |
Hex | CD | CB | A5 | 0 | 1 | 14 | 14 | 39 | 1D | 49 |
Octal | 315 | 313 | 245 | 0 | 1 | 24 | 24 | 71 | 35 | 111 |
Binary | 11001101 | 11001011 | 10100101 | 0 | 1 | 10100 | 10100 | 111001 | 11101 | 1001001 |
Color Harmonies of #CDCBA5
Complementary color
Monochromatic Colors of #CDCBA5
Black with #CDCBA5
Text Example
Text Example
White with #CDCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCBA5; }
p { color: rgb(205,203,165); }
H1.HeaderClassName
{
color: #CDCBA5;
}
.AnyTagClassName
{
color: #CDCBA5;
}
</style>
background-color css
<style>
a { background-color: #CDCBA5; }
a { background-color: rgb(205,203,165); }
div.DivClassName
{
background-color: #CDCBA5;
}
.BgClassName
{
background-color: #CDCBA5;
}
</style>
border-color css
<style>
span { border-color: #CDCBA5; }
span { border-color: rgb(205,203,165); }
td.TdClassName
{
border-color: #CDCBA5;
}
.TagClassName
{
border-color: #CDCBA5;
}
</style>