Shades of Kangaroo #C3C0B2
Tints of Kangaroo #C3C0B2
RGB
CMYK
RGB Variations
Color information
#C3C0B2 (or 0xC3C0B2) is known color: Kangaroo. HEX triplet: C3, C0 and B2. RGB value is (195,192,178). Sum of RGB (Red+Green+Blue) = 195+192+178=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C0B2 is #3C3F4D. Grayscale: #BFBFBF. Windows color (decimal): -3948366 or 11714755. OLE color: 11714755.
HSL color Cylindrical-coordinate representation of color #C3C0B2: hue angle of 49.41º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3C0B2 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 192 | 178 | - |
CMYK | 0 | 0.02 | 0.09 | 0.24 |
HSL | 49.41º | 0.12% | 0.73% | - |
HSV(B) | 49.41º | 0.09% | 0.76% | - |
XYZ | 49.39 | 52.52 | 49.65 | - |
YUV | 191.3 | 120.49 | 130.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 192 | 178 | 0 | 0.02 | 0.09 | 0.24 | 49.41 | 0.12 | 0.73 |
Hex | C3 | C0 | B2 | 0 | 2 | 9 | 18 | 31 | C | 49 |
Octal | 303 | 300 | 262 | 0 | 2 | 11 | 30 | 61 | 14 | 111 |
Binary | 11000011 | 11000000 | 10110010 | 0 | 10 | 1001 | 11000 | 110001 | 1100 | 1001001 |
Color Harmonies of #C3C0B2
Complementary color
Monochromatic Colors of #C3C0B2
Black with #C3C0B2
Text Example
Text Example
White with #C3C0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C0B2; }
p { color: rgb(195,192,178); }
H1.HeaderClassName
{
color: #C3C0B2;
}
.AnyTagClassName
{
color: #C3C0B2;
}
</style>
background-color css
<style>
a { background-color: #C3C0B2; }
a { background-color: rgb(195,192,178); }
div.DivClassName
{
background-color: #C3C0B2;
}
.BgClassName
{
background-color: #C3C0B2;
}
</style>
border-color css
<style>
span { border-color: #C3C0B2; }
span { border-color: rgb(195,192,178); }
td.TdClassName
{
border-color: #C3C0B2;
}
.TagClassName
{
border-color: #C3C0B2;
}
</style>