Shades of Surf Crest #C1CFBA
Tints of Surf Crest #C1CFBA
RGB
CMYK
RGB Variations
Color information
#C1CFBA (or 0xC1CFBA) is known color: Surf Crest. HEX triplet: C1, CF and BA. RGB value is (193,207,186). Sum of RGB (Red+Green+Blue) = 193+207+186=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFBA is #3E3045. Grayscale: #C8C8C8. Windows color (decimal): -4075590 or 12242881. OLE color: 12242881.
HSL color Cylindrical-coordinate representation of color #C1CFBA: hue angle of 100º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1CFBA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 186 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.19 |
| HSL | 100º | 0.18% | 0.77% | - |
| HSV(B) | 100º | 0.1% | 0.81% | - |
| XYZ | 53.17 | 59.51 | 55.14 | - |
| YUV | 200.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 186 | 0.07 | 0 | 0.10 | 0.19 | 100 | 0.18 | 0.77 |
| Hex | C1 | CF | BA | 7 | 0 | A | 13 | 64 | 12 | 4D |
| Octal | 301 | 317 | 272 | 7 | 0 | 12 | 23 | 144 | 22 | 115 |
| Binary | 11000001 | 11001111 | 10111010 | 111 | 0 | 1010 | 10011 | 1100100 | 10010 | 1001101 |
Color Harmonies of #C1CFBA
Complementary color
Monochromatic Colors of #C1CFBA
Black with #C1CFBA
Text Example
Text Example
White with #C1CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFBA; }
p { color: rgb(193,207,186); }
H1.HeaderClassName
{
color: #C1CFBA;
}
.AnyTagClassName
{
color: #C1CFBA;
}
</style>
background-color css
<style>
a { background-color: #C1CFBA; }
a { background-color: rgb(193,207,186); }
div.DivClassName
{
background-color: #C1CFBA;
}
.BgClassName
{
background-color: #C1CFBA;
}
</style>
border-color css
<style>
span { border-color: #C1CFBA; }
span { border-color: rgb(193,207,186); }
td.TdClassName
{
border-color: #C1CFBA;
}
.TagClassName
{
border-color: #C1CFBA;
}
</style>