Shades of Kangaroo #C8C5AC
Tints of Kangaroo #C8C5AC
RGB
CMYK
RGB Variations
Color information
#C8C5AC (or 0xC8C5AC) is known color: Kangaroo. HEX triplet: C8, C5 and AC. RGB value is (200,197,172). Sum of RGB (Red+Green+Blue) = 200+197+172=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C5AC is #373A53. Grayscale: #C3C3C3. Windows color (decimal): -3619412 or 11322824. OLE color: 11322824.
HSL color Cylindrical-coordinate representation of color #C8C5AC: hue angle of 53.57º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8C5AC is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 197 | 172 | - |
CMYK | 0 | 0.02 | 0.14 | 0.22 |
HSL | 53.57º | 0.2% | 0.73% | - |
HSV(B) | 53.57º | 0.14% | 0.78% | - |
XYZ | 51.23 | 55.19 | 46.98 | - |
YUV | 195.05 | 114.99 | 131.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 197 | 172 | 0 | 0.02 | 0.14 | 0.22 | 53.57 | 0.2 | 0.73 |
Hex | C8 | C5 | AC | 0 | 2 | E | 16 | 36 | 14 | 49 |
Octal | 310 | 305 | 254 | 0 | 2 | 16 | 26 | 66 | 24 | 111 |
Binary | 11001000 | 11000101 | 10101100 | 0 | 10 | 1110 | 10110 | 110110 | 10100 | 1001001 |
Color Harmonies of #C8C5AC
Complementary color
Monochromatic Colors of #C8C5AC
Black with #C8C5AC
Text Example
Text Example
White with #C8C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C5AC; }
p { color: rgb(200,197,172); }
H1.HeaderClassName
{
color: #C8C5AC;
}
.AnyTagClassName
{
color: #C8C5AC;
}
</style>
background-color css
<style>
a { background-color: #C8C5AC; }
a { background-color: rgb(200,197,172); }
div.DivClassName
{
background-color: #C8C5AC;
}
.BgClassName
{
background-color: #C8C5AC;
}
</style>
border-color css
<style>
span { border-color: #C8C5AC; }
span { border-color: rgb(200,197,172); }
td.TdClassName
{
border-color: #C8C5AC;
}
.TagClassName
{
border-color: #C8C5AC;
}
</style>