Shades of Surf Crest #C0CDBC
Tints of Surf Crest #C0CDBC
RGB
CMYK
RGB Variations
Color information
#C0CDBC (or 0xC0CDBC) is known color: Surf Crest. HEX triplet: C0, CD and BC. RGB value is (192,205,188). Sum of RGB (Red+Green+Blue) = 192+205+188=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDBC is #3F3243. Grayscale: #C7C7C7. Windows color (decimal): -4141636 or 12373440. OLE color: 12373440.
HSL color Cylindrical-coordinate representation of color #C0CDBC: hue angle of 105.88º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0CDBC is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 188 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.20 |
| HSL | 105.88º | 0.15% | 0.77% | - |
| HSV(B) | 105.88º | 0.08% | 0.8% | - |
| XYZ | 52.65 | 58.5 | 56.09 | - |
| YUV | 199.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 188 | 0.06 | 0 | 0.08 | 0.20 | 105.88 | 0.15 | 0.77 |
| Hex | C0 | CD | BC | 6 | 0 | 8 | 14 | 6A | F | 4D |
| Octal | 300 | 315 | 274 | 6 | 0 | 10 | 24 | 152 | 17 | 115 |
| Binary | 11000000 | 11001101 | 10111100 | 110 | 0 | 1000 | 10100 | 1101010 | 1111 | 1001101 |
Color Harmonies of #C0CDBC
Complementary color
Monochromatic Colors of #C0CDBC
Black with #C0CDBC
Text Example
Text Example
White with #C0CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDBC; }
p { color: rgb(192,205,188); }
H1.HeaderClassName
{
color: #C0CDBC;
}
.AnyTagClassName
{
color: #C0CDBC;
}
</style>
background-color css
<style>
a { background-color: #C0CDBC; }
a { background-color: rgb(192,205,188); }
div.DivClassName
{
background-color: #C0CDBC;
}
.BgClassName
{
background-color: #C0CDBC;
}
</style>
border-color css
<style>
span { border-color: #C0CDBC; }
span { border-color: rgb(192,205,188); }
td.TdClassName
{
border-color: #C0CDBC;
}
.TagClassName
{
border-color: #C0CDBC;
}
</style>