Shades of Surf Crest #C0C6BF
Tints of Surf Crest #C0C6BF
RGB
CMYK
RGB Variations
Color information
#C0C6BF (or 0xC0C6BF) is known color: Surf Crest. HEX triplet: C0, C6 and BF. RGB value is (192,198,191). Sum of RGB (Red+Green+Blue) = 192+198+191=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6BF is #3F3940. Grayscale: #C3C3C3. Windows color (decimal): -4143425 or 12568256. OLE color: 12568256.
HSL color Cylindrical-coordinate representation of color #C0C6BF: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C0C6BF is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 191 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.22 |
| HSL | 111.43º | 0.06% | 0.76% | - |
| HSV(B) | 111.43º | 0.04% | 0.78% | - |
| XYZ | 51.34 | 55.36 | 57.27 | - |
| YUV | 195.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 191 | 0.03 | 0 | 0.04 | 0.22 | 111.43 | 0.06 | 0.76 |
| Hex | C0 | C6 | BF | 3 | 0 | 4 | 16 | 6F | 6 | 4C |
| Octal | 300 | 306 | 277 | 3 | 0 | 4 | 26 | 157 | 6 | 114 |
| Binary | 11000000 | 11000110 | 10111111 | 11 | 0 | 100 | 10110 | 1101111 | 110 | 1001100 |
Color Harmonies of #C0C6BF
Complementary color
Monochromatic Colors of #C0C6BF
Black with #C0C6BF
Text Example
Text Example
White with #C0C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C6BF; }
p { color: rgb(192,198,191); }
H1.HeaderClassName
{
color: #C0C6BF;
}
.AnyTagClassName
{
color: #C0C6BF;
}
</style>
background-color css
<style>
a { background-color: #C0C6BF; }
a { background-color: rgb(192,198,191); }
div.DivClassName
{
background-color: #C0C6BF;
}
.BgClassName
{
background-color: #C0C6BF;
}
</style>
border-color css
<style>
span { border-color: #C0C6BF; }
span { border-color: rgb(192,198,191); }
td.TdClassName
{
border-color: #C0C6BF;
}
.TagClassName
{
border-color: #C0C6BF;
}
</style>