Shades of Surf Crest #C1CDBC
Tints of Surf Crest #C1CDBC
RGB
CMYK
RGB Variations
Color information
#C1CDBC (or 0xC1CDBC) is known color: Surf Crest. HEX triplet: C1, CD and BC. RGB value is (193,205,188). Sum of RGB (Red+Green+Blue) = 193+205+188=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDBC is #3E3243. Grayscale: #C7C7C7. Windows color (decimal): -4076100 or 12373441. OLE color: 12373441.
HSL color Cylindrical-coordinate representation of color #C1CDBC: hue angle of 102.35º 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 #C1CDBC is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 188 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.20 |
| HSL | 102.35º | 0.15% | 0.77% | - |
| HSV(B) | 102.35º | 0.08% | 0.8% | - |
| XYZ | 52.9 | 58.63 | 56.11 | - |
| YUV | 199.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 188 | 0.06 | 0 | 0.08 | 0.20 | 102.35 | 0.15 | 0.77 |
| Hex | C1 | CD | BC | 6 | 0 | 8 | 14 | 66 | F | 4D |
| Octal | 301 | 315 | 274 | 6 | 0 | 10 | 24 | 146 | 17 | 115 |
| Binary | 11000001 | 11001101 | 10111100 | 110 | 0 | 1000 | 10100 | 1100110 | 1111 | 1001101 |
Color Harmonies of #C1CDBC
Complementary color
Monochromatic Colors of #C1CDBC
Black with #C1CDBC
Text Example
Text Example
White with #C1CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDBC; }
p { color: rgb(193,205,188); }
H1.HeaderClassName
{
color: #C1CDBC;
}
.AnyTagClassName
{
color: #C1CDBC;
}
</style>
background-color css
<style>
a { background-color: #C1CDBC; }
a { background-color: rgb(193,205,188); }
div.DivClassName
{
background-color: #C1CDBC;
}
.BgClassName
{
background-color: #C1CDBC;
}
</style>
border-color css
<style>
span { border-color: #C1CDBC; }
span { border-color: rgb(193,205,188); }
td.TdClassName
{
border-color: #C1CDBC;
}
.TagClassName
{
border-color: #C1CDBC;
}
</style>