Shades of Kangaroo #C7C7B4
Tints of Kangaroo #C7C7B4
RGB
CMYK
RGB Variations
Color information
#C7C7B4 (or 0xC7C7B4) is known color: Kangaroo. HEX triplet: C7, C7 and B4. RGB value is (199,199,180). Sum of RGB (Red+Green+Blue) = 199+199+180=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C7B4 is #38384B. Grayscale: #C4C4C4. Windows color (decimal): -3684428 or 11847623. OLE color: 11847623.
HSL color Cylindrical-coordinate representation of color #C7C7B4: hue angle of 60º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7C7B4 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 199 | 180 | - |
CMYK | 0 | 0 | 0.10 | 0.22 |
HSL | 60º | 0.15% | 0.74% | - |
HSV(B) | 60º | 0.1% | 0.78% | - |
XYZ | 52.21 | 56.28 | 51.29 | - |
YUV | 196.83 | 118.5 | 129.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 199 | 180 | 0 | 0 | 0.10 | 0.22 | 60 | 0.15 | 0.74 |
Hex | C7 | C7 | B4 | 0 | 0 | A | 16 | 3C | F | 4A |
Octal | 307 | 307 | 264 | 0 | 0 | 12 | 26 | 74 | 17 | 112 |
Binary | 11000111 | 11000111 | 10110100 | 0 | 0 | 1010 | 10110 | 111100 | 1111 | 1001010 |
Color Harmonies of #C7C7B4
Complementary color
Monochromatic Colors of #C7C7B4
Black with #C7C7B4
Text Example
Text Example
White with #C7C7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C7B4; }
p { color: rgb(199,199,180); }
H1.HeaderClassName
{
color: #C7C7B4;
}
.AnyTagClassName
{
color: #C7C7B4;
}
</style>
background-color css
<style>
a { background-color: #C7C7B4; }
a { background-color: rgb(199,199,180); }
div.DivClassName
{
background-color: #C7C7B4;
}
.BgClassName
{
background-color: #C7C7B4;
}
</style>
border-color css
<style>
span { border-color: #C7C7B4; }
span { border-color: rgb(199,199,180); }
td.TdClassName
{
border-color: #C7C7B4;
}
.TagClassName
{
border-color: #C7C7B4;
}
</style>