Shades of Tide #CABBAE
Tints of Tide #CABBAE
RGB
CMYK
RGB Variations
Color information
#CABBAE (or 0xCABBAE) is known color: Tide. HEX triplet: CA, BB and AE. RGB value is (202,187,174). Sum of RGB (Red+Green+Blue) = 202+187+174=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBAE is #354451. Grayscale: #BEBEBE. Windows color (decimal): -3490898 or 11451338. OLE color: 11451338.
HSL color Cylindrical-coordinate representation of color #CABBAE: hue angle of 27.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CABBAE is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 174 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.21 |
| HSL | 27.86º | 0.21% | 0.74% | - |
| HSV(B) | 27.86º | 0.14% | 0.79% | - |
| XYZ | 49.77 | 51.15 | 47.29 | - |
| YUV | 190 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 174 | 0 | 0.07 | 0.14 | 0.21 | 27.86 | 0.21 | 0.74 |
| Hex | CA | BB | AE | 0 | 7 | E | 15 | 1C | 15 | 4A |
| Octal | 312 | 273 | 256 | 0 | 7 | 16 | 25 | 34 | 25 | 112 |
| Binary | 11001010 | 10111011 | 10101110 | 0 | 111 | 1110 | 10101 | 11100 | 10101 | 1001010 |
Color Harmonies of #CABBAE
Complementary color
Monochromatic Colors of #CABBAE
Black with #CABBAE
Text Example
Text Example
White with #CABBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBAE; }
p { color: rgb(202,187,174); }
H1.HeaderClassName
{
color: #CABBAE;
}
.AnyTagClassName
{
color: #CABBAE;
}
</style>
background-color css
<style>
a { background-color: #CABBAE; }
a { background-color: rgb(202,187,174); }
div.DivClassName
{
background-color: #CABBAE;
}
.BgClassName
{
background-color: #CABBAE;
}
</style>
border-color css
<style>
span { border-color: #CABBAE; }
span { border-color: rgb(202,187,174); }
td.TdClassName
{
border-color: #CABBAE;
}
.TagClassName
{
border-color: #CABBAE;
}
</style>