Shades of Surf Crest #C0C8BD
Tints of Surf Crest #C0C8BD
RGB
CMYK
RGB Variations
Color information
#C0C8BD (or 0xC0C8BD) is known color: Surf Crest. HEX triplet: C0, C8 and BD. RGB value is (192,200,189). Sum of RGB (Red+Green+Blue) = 192+200+189=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C8BD is #3F3742. Grayscale: #C4C4C4. Windows color (decimal): -4142915 or 12437696. OLE color: 12437696.
HSL color Cylindrical-coordinate representation of color #C0C8BD: hue angle of 103.64º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0C8BD is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 189 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.22 |
| HSL | 103.64º | 0.09% | 0.76% | - |
| HSV(B) | 103.64º | 0.06% | 0.78% | - |
| XYZ | 51.58 | 56.19 | 56.27 | - |
| YUV | 196.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 189 | 0.04 | 0 | 0.06 | 0.22 | 103.64 | 0.09 | 0.76 |
| Hex | C0 | C8 | BD | 4 | 0 | 6 | 16 | 68 | 9 | 4C |
| Octal | 300 | 310 | 275 | 4 | 0 | 6 | 26 | 150 | 11 | 114 |
| Binary | 11000000 | 11001000 | 10111101 | 100 | 0 | 110 | 10110 | 1101000 | 1001 | 1001100 |
Color Harmonies of #C0C8BD
Complementary color
Monochromatic Colors of #C0C8BD
Black with #C0C8BD
Text Example
Text Example
White with #C0C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C8BD; }
p { color: rgb(192,200,189); }
H1.HeaderClassName
{
color: #C0C8BD;
}
.AnyTagClassName
{
color: #C0C8BD;
}
</style>
background-color css
<style>
a { background-color: #C0C8BD; }
a { background-color: rgb(192,200,189); }
div.DivClassName
{
background-color: #C0C8BD;
}
.BgClassName
{
background-color: #C0C8BD;
}
</style>
border-color css
<style>
span { border-color: #C0C8BD; }
span { border-color: rgb(192,200,189); }
td.TdClassName
{
border-color: #C0C8BD;
}
.TagClassName
{
border-color: #C0C8BD;
}
</style>