Shades of Surf Crest #C1CABF
Tints of Surf Crest #C1CABF
RGB
CMYK
RGB Variations
Color information
#C1CABF (or 0xC1CABF) is known color: Surf Crest. HEX triplet: C1, CA and BF. RGB value is (193,202,191). Sum of RGB (Red+Green+Blue) = 193+202+191=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CABF is #3E3540. Grayscale: #C6C6C6. Windows color (decimal): -4076865 or 12569281. OLE color: 12569281.
HSL color Cylindrical-coordinate representation of color #C1CABF: hue angle of 109.09º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1CABF is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 191 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.21 |
| HSL | 109.09º | 0.09% | 0.77% | - |
| HSV(B) | 109.09º | 0.05% | 0.79% | - |
| XYZ | 52.52 | 57.34 | 57.59 | - |
| YUV | 198.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 191 | 0.04 | 0 | 0.05 | 0.21 | 109.09 | 0.09 | 0.77 |
| Hex | C1 | CA | BF | 4 | 0 | 5 | 15 | 6D | 9 | 4D |
| Octal | 301 | 312 | 277 | 4 | 0 | 5 | 25 | 155 | 11 | 115 |
| Binary | 11000001 | 11001010 | 10111111 | 100 | 0 | 101 | 10101 | 1101101 | 1001 | 1001101 |
Color Harmonies of #C1CABF
Complementary color
Monochromatic Colors of #C1CABF
Black with #C1CABF
Text Example
Text Example
White with #C1CABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CABF; }
p { color: rgb(193,202,191); }
H1.HeaderClassName
{
color: #C1CABF;
}
.AnyTagClassName
{
color: #C1CABF;
}
</style>
background-color css
<style>
a { background-color: #C1CABF; }
a { background-color: rgb(193,202,191); }
div.DivClassName
{
background-color: #C1CABF;
}
.BgClassName
{
background-color: #C1CABF;
}
</style>
border-color css
<style>
span { border-color: #C1CABF; }
span { border-color: rgb(193,202,191); }
td.TdClassName
{
border-color: #C1CABF;
}
.TagClassName
{
border-color: #C1CABF;
}
</style>