Shades of Kangaroo #C9C8AE
Tints of Kangaroo #C9C8AE
RGB
CMYK
RGB Variations
Color information
#C9C8AE (or 0xC9C8AE) is known color: Kangaroo. HEX triplet: C9, C8 and AE. RGB value is (201,200,174). Sum of RGB (Red+Green+Blue) = 201+200+174=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C8AE is #363751. Grayscale: #C5C5C5. Windows color (decimal): -3553106 or 11454665. OLE color: 11454665.
HSL color Cylindrical-coordinate representation of color #C9C8AE: hue angle of 57.78º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9C8AE is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 200 | 174 | - |
CMYK | 0 | 0.00 | 0.13 | 0.21 |
HSL | 57.78º | 0.2% | 0.74% | - |
HSV(B) | 57.78º | 0.13% | 0.79% | - |
XYZ | 52.38 | 56.78 | 48.24 | - |
YUV | 197.34 | 114.83 | 130.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 200 | 174 | 0 | 0.00 | 0.13 | 0.21 | 57.78 | 0.2 | 0.74 |
Hex | C9 | C8 | AE | 0 | 0 | D | 15 | 3A | 14 | 4A |
Octal | 311 | 310 | 256 | 0 | 0 | 15 | 25 | 72 | 24 | 112 |
Binary | 11001001 | 11001000 | 10101110 | 0 | 0 | 1101 | 10101 | 111010 | 10100 | 1001010 |
Color Harmonies of #C9C8AE
Complementary color
Monochromatic Colors of #C9C8AE
Black with #C9C8AE
Text Example
Text Example
White with #C9C8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8AE; }
p { color: rgb(201,200,174); }
H1.HeaderClassName
{
color: #C9C8AE;
}
.AnyTagClassName
{
color: #C9C8AE;
}
</style>
background-color css
<style>
a { background-color: #C9C8AE; }
a { background-color: rgb(201,200,174); }
div.DivClassName
{
background-color: #C9C8AE;
}
.BgClassName
{
background-color: #C9C8AE;
}
</style>
border-color css
<style>
span { border-color: #C9C8AE; }
span { border-color: rgb(201,200,174); }
td.TdClassName
{
border-color: #C9C8AE;
}
.TagClassName
{
border-color: #C9C8AE;
}
</style>