Shades of Surf Crest #C6CEC0
Tints of Surf Crest #C6CEC0
RGB
CMYK
RGB Variations
Color information
#C6CEC0 (or 0xC6CEC0) is known color: Surf Crest. HEX triplet: C6, CE and C0. RGB value is (198,206,192). Sum of RGB (Red+Green+Blue) = 198+206+192=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CEC0 is #39313F. Grayscale: #CACACA. Windows color (decimal): -3748160 or 12635846. OLE color: 12635846.
HSL color Cylindrical-coordinate representation of color #C6CEC0: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6CEC0 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 192 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.19 |
| HSL | 94.29º | 0.13% | 0.78% | - |
| HSV(B) | 94.29º | 0.07% | 0.81% | - |
| XYZ | 54.87 | 59.95 | 58.55 | - |
| YUV | 202.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 192 | 0.04 | 0 | 0.07 | 0.19 | 94.29 | 0.13 | 0.78 |
| Hex | C6 | CE | C0 | 4 | 0 | 7 | 13 | 5E | C | 4E |
| Octal | 306 | 316 | 300 | 4 | 0 | 7 | 23 | 136 | 14 | 116 |
| Binary | 11000110 | 11001110 | 11000000 | 100 | 0 | 111 | 10011 | 1011110 | 1100 | 1001110 |
Color Harmonies of #C6CEC0
Complementary color
Monochromatic Colors of #C6CEC0
Black with #C6CEC0
Text Example
Text Example
White with #C6CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CEC0; }
p { color: rgb(198,206,192); }
H1.HeaderClassName
{
color: #C6CEC0;
}
.AnyTagClassName
{
color: #C6CEC0;
}
</style>
background-color css
<style>
a { background-color: #C6CEC0; }
a { background-color: rgb(198,206,192); }
div.DivClassName
{
background-color: #C6CEC0;
}
.BgClassName
{
background-color: #C6CEC0;
}
</style>
border-color css
<style>
span { border-color: #C6CEC0; }
span { border-color: rgb(198,206,192); }
td.TdClassName
{
border-color: #C6CEC0;
}
.TagClassName
{
border-color: #C6CEC0;
}
</style>