Shades of Surf Crest #C6CBC5
Tints of Surf Crest #C6CBC5
RGB
CMYK
RGB Variations
Color information
#C6CBC5 (or 0xC6CBC5) is known color: Surf Crest. HEX triplet: C6, CB and C5. RGB value is (198,203,197). Sum of RGB (Red+Green+Blue) = 198+203+197=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBC5 is #39343A. Grayscale: #C8C8C8. Windows color (decimal): -3748923 or 12962758. OLE color: 12962758.
HSL color Cylindrical-coordinate representation of color #C6CBC5: hue angle of 110º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C6CBC5 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 197 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.20 |
| HSL | 110º | 0.05% | 0.78% | - |
| HSV(B) | 110º | 0.03% | 0.8% | - |
| XYZ | 54.72 | 58.75 | 61.28 | - |
| YUV | 200.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 197 | 0.02 | 0 | 0.03 | 0.20 | 110 | 0.05 | 0.78 |
| Hex | C6 | CB | C5 | 2 | 0 | 3 | 14 | 6E | 5 | 4E |
| Octal | 306 | 313 | 305 | 2 | 0 | 3 | 24 | 156 | 5 | 116 |
| Binary | 11000110 | 11001011 | 11000101 | 10 | 0 | 11 | 10100 | 1101110 | 101 | 1001110 |
Color Harmonies of #C6CBC5
Complementary color
Monochromatic Colors of #C6CBC5
Black with #C6CBC5
Text Example
Text Example
White with #C6CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBC5; }
p { color: rgb(198,203,197); }
H1.HeaderClassName
{
color: #C6CBC5;
}
.AnyTagClassName
{
color: #C6CBC5;
}
</style>
background-color css
<style>
a { background-color: #C6CBC5; }
a { background-color: rgb(198,203,197); }
div.DivClassName
{
background-color: #C6CBC5;
}
.BgClassName
{
background-color: #C6CBC5;
}
</style>
border-color css
<style>
span { border-color: #C6CBC5; }
span { border-color: rgb(198,203,197); }
td.TdClassName
{
border-color: #C6CBC5;
}
.TagClassName
{
border-color: #C6CBC5;
}
</style>