Shades of Surf Crest #C0C6BD
Tints of Surf Crest #C0C6BD
RGB
CMYK
RGB Variations
Color information
#C0C6BD (or 0xC0C6BD) is known color: Surf Crest. HEX triplet: C0, C6 and BD. RGB value is (192,198,189). Sum of RGB (Red+Green+Blue) = 192+198+189=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6BD is #3F3942. Grayscale: #C3C3C3. Windows color (decimal): -4143427 or 12437184. OLE color: 12437184.
HSL color Cylindrical-coordinate representation of color #C0C6BD: hue angle of 100º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0C6BD is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 189 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.22 |
| HSL | 100º | 0.07% | 0.76% | - |
| HSV(B) | 100º | 0.05% | 0.78% | - |
| XYZ | 51.12 | 55.27 | 56.12 | - |
| YUV | 195.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 189 | 0.03 | 0 | 0.05 | 0.22 | 100 | 0.07 | 0.76 |
| Hex | C0 | C6 | BD | 3 | 0 | 5 | 16 | 64 | 7 | 4C |
| Octal | 300 | 306 | 275 | 3 | 0 | 5 | 26 | 144 | 7 | 114 |
| Binary | 11000000 | 11000110 | 10111101 | 11 | 0 | 101 | 10110 | 1100100 | 111 | 1001100 |
Color Harmonies of #C0C6BD
Complementary color
Monochromatic Colors of #C0C6BD
Black with #C0C6BD
Text Example
Text Example
White with #C0C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C6BD; }
p { color: rgb(192,198,189); }
H1.HeaderClassName
{
color: #C0C6BD;
}
.AnyTagClassName
{
color: #C0C6BD;
}
</style>
background-color css
<style>
a { background-color: #C0C6BD; }
a { background-color: rgb(192,198,189); }
div.DivClassName
{
background-color: #C0C6BD;
}
.BgClassName
{
background-color: #C0C6BD;
}
</style>
border-color css
<style>
span { border-color: #C0C6BD; }
span { border-color: rgb(192,198,189); }
td.TdClassName
{
border-color: #C0C6BD;
}
.TagClassName
{
border-color: #C0C6BD;
}
</style>