Shades of Surf Crest #C6CFBF
Tints of Surf Crest #C6CFBF
RGB
CMYK
RGB Variations
Color information
#C6CFBF (or 0xC6CFBF) is known color: Surf Crest. HEX triplet: C6, CF and BF. RGB value is (198,207,191). Sum of RGB (Red+Green+Blue) = 198+207+191=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFBF is #393040. Grayscale: #CACACA. Windows color (decimal): -3747905 or 12570566. OLE color: 12570566.
HSL color Cylindrical-coordinate representation of color #C6CFBF: hue angle of 93.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6CFBF is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 191 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.19 |
| HSL | 93.75º | 0.14% | 0.78% | - |
| HSV(B) | 93.75º | 0.08% | 0.81% | - |
| XYZ | 55.01 | 60.39 | 58.05 | - |
| YUV | 202.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 191 | 0.04 | 0 | 0.08 | 0.19 | 93.75 | 0.14 | 0.78 |
| Hex | C6 | CF | BF | 4 | 0 | 8 | 13 | 5E | E | 4E |
| Octal | 306 | 317 | 277 | 4 | 0 | 10 | 23 | 136 | 16 | 116 |
| Binary | 11000110 | 11001111 | 10111111 | 100 | 0 | 1000 | 10011 | 1011110 | 1110 | 1001110 |
Color Harmonies of #C6CFBF
Complementary color
Monochromatic Colors of #C6CFBF
Black with #C6CFBF
Text Example
Text Example
White with #C6CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CFBF; }
p { color: rgb(198,207,191); }
H1.HeaderClassName
{
color: #C6CFBF;
}
.AnyTagClassName
{
color: #C6CFBF;
}
</style>
background-color css
<style>
a { background-color: #C6CFBF; }
a { background-color: rgb(198,207,191); }
div.DivClassName
{
background-color: #C6CFBF;
}
.BgClassName
{
background-color: #C6CFBF;
}
</style>
border-color css
<style>
span { border-color: #C6CFBF; }
span { border-color: rgb(198,207,191); }
td.TdClassName
{
border-color: #C6CFBF;
}
.TagClassName
{
border-color: #C6CFBF;
}
</style>