Shades of Tide #C3B1A5
Tints of Tide #C3B1A5
RGB
CMYK
RGB Variations
Color information
#C3B1A5 (or 0xC3B1A5) is known color: Tide. HEX triplet: C3, B1 and A5. RGB value is (195,177,165). Sum of RGB (Red+Green+Blue) = 195+177+165=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B1A5 is #3C4E5A. Grayscale: #B5B5B5. Windows color (decimal): -3952219 or 10858947. OLE color: 10858947.
HSL color Cylindrical-coordinate representation of color #C3B1A5: hue angle of 24º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3B1A5 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 177 | 165 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.24 |
| HSL | 24º | 0.2% | 0.71% | - |
| HSV(B) | 24º | 0.15% | 0.76% | - |
| XYZ | 45.02 | 45.76 | 42.06 | - |
| YUV | 181.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 177 | 165 | 0 | 0.09 | 0.15 | 0.24 | 24 | 0.2 | 0.71 |
| Hex | C3 | B1 | A5 | 0 | 9 | F | 18 | 18 | 14 | 47 |
| Octal | 303 | 261 | 245 | 0 | 11 | 17 | 30 | 30 | 24 | 107 |
| Binary | 11000011 | 10110001 | 10100101 | 0 | 1001 | 1111 | 11000 | 11000 | 10100 | 1000111 |
Color Harmonies of #C3B1A5
Complementary color
Monochromatic Colors of #C3B1A5
Black with #C3B1A5
Text Example
Text Example
White with #C3B1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B1A5; }
p { color: rgb(195,177,165); }
H1.HeaderClassName
{
color: #C3B1A5;
}
.AnyTagClassName
{
color: #C3B1A5;
}
</style>
background-color css
<style>
a { background-color: #C3B1A5; }
a { background-color: rgb(195,177,165); }
div.DivClassName
{
background-color: #C3B1A5;
}
.BgClassName
{
background-color: #C3B1A5;
}
</style>
border-color css
<style>
span { border-color: #C3B1A5; }
span { border-color: rgb(195,177,165); }
td.TdClassName
{
border-color: #C3B1A5;
}
.TagClassName
{
border-color: #C3B1A5;
}
</style>