Shades of Tide #C4B2A8
Tints of Tide #C4B2A8
RGB
CMYK
RGB Variations
Color information
#C4B2A8 (or 0xC4B2A8) is known color: Tide. HEX triplet: C4, B2 and A8. RGB value is (196,178,168). Sum of RGB (Red+Green+Blue) = 196+178+168=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B2A8 is #3B4D57. Grayscale: #B6B6B6. Windows color (decimal): -3886424 or 11055812. OLE color: 11055812.
HSL color Cylindrical-coordinate representation of color #C4B2A8: hue angle of 21.43º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4B2A8 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 178 | 168 | - |
CMYK | 0 | 0.09 | 0.14 | 0.23 |
HSL | 21.43º | 0.19% | 0.71% | - |
HSV(B) | 21.43º | 0.14% | 0.77% | - |
XYZ | 45.75 | 46.4 | 43.59 | - |
YUV | 182.24 | 119.96 | 137.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 178 | 168 | 0 | 0.09 | 0.14 | 0.23 | 21.43 | 0.19 | 0.71 |
Hex | C4 | B2 | A8 | 0 | 9 | E | 17 | 15 | 13 | 47 |
Octal | 304 | 262 | 250 | 0 | 11 | 16 | 27 | 25 | 23 | 107 |
Binary | 11000100 | 10110010 | 10101000 | 0 | 1001 | 1110 | 10111 | 10101 | 10011 | 1000111 |
Color Harmonies of #C4B2A8
Complementary color
Monochromatic Colors of #C4B2A8
Black with #C4B2A8
Text Example
Text Example
White with #C4B2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B2A8; }
p { color: rgb(196,178,168); }
H1.HeaderClassName
{
color: #C4B2A8;
}
.AnyTagClassName
{
color: #C4B2A8;
}
</style>
background-color css
<style>
a { background-color: #C4B2A8; }
a { background-color: rgb(196,178,168); }
div.DivClassName
{
background-color: #C4B2A8;
}
.BgClassName
{
background-color: #C4B2A8;
}
</style>
border-color css
<style>
span { border-color: #C4B2A8; }
span { border-color: rgb(196,178,168); }
td.TdClassName
{
border-color: #C4B2A8;
}
.TagClassName
{
border-color: #C4B2A8;
}
</style>