Shades of Surf Crest #C1CFBC
Tints of Surf Crest #C1CFBC
RGB
CMYK
RGB Variations
Color information
#C1CFBC (or 0xC1CFBC) is known color: Surf Crest. HEX triplet: C1, CF and BC. RGB value is (193,207,188). Sum of RGB (Red+Green+Blue) = 193+207+188=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFBC is #3E3043. Grayscale: #C8C8C8. Windows color (decimal): -4075588 or 12373953. OLE color: 12373953.
HSL color Cylindrical-coordinate representation of color #C1CFBC: hue angle of 104.21º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1CFBC is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 188 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.19 |
| HSL | 104.21º | 0.17% | 0.77% | - |
| HSV(B) | 104.21º | 0.09% | 0.81% | - |
| XYZ | 53.38 | 59.59 | 56.27 | - |
| YUV | 200.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 188 | 0.07 | 0 | 0.09 | 0.19 | 104.21 | 0.17 | 0.77 |
| Hex | C1 | CF | BC | 7 | 0 | 9 | 13 | 68 | 11 | 4D |
| Octal | 301 | 317 | 274 | 7 | 0 | 11 | 23 | 150 | 21 | 115 |
| Binary | 11000001 | 11001111 | 10111100 | 111 | 0 | 1001 | 10011 | 1101000 | 10001 | 1001101 |
Color Harmonies of #C1CFBC
Complementary color
Monochromatic Colors of #C1CFBC
Black with #C1CFBC
Text Example
Text Example
White with #C1CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFBC; }
p { color: rgb(193,207,188); }
H1.HeaderClassName
{
color: #C1CFBC;
}
.AnyTagClassName
{
color: #C1CFBC;
}
</style>
background-color css
<style>
a { background-color: #C1CFBC; }
a { background-color: rgb(193,207,188); }
div.DivClassName
{
background-color: #C1CFBC;
}
.BgClassName
{
background-color: #C1CFBC;
}
</style>
border-color css
<style>
span { border-color: #C1CFBC; }
span { border-color: rgb(193,207,188); }
td.TdClassName
{
border-color: #C1CFBC;
}
.TagClassName
{
border-color: #C1CFBC;
}
</style>