Shades of Surf Crest #C1CDBB
Tints of Surf Crest #C1CDBB
RGB
CMYK
RGB Variations
Color information
#C1CDBB (or 0xC1CDBB) is known color: Surf Crest. HEX triplet: C1, CD and BB. RGB value is (193,205,187). Sum of RGB (Red+Green+Blue) = 193+205+187=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDBB is #3E3244. Grayscale: #C7C7C7. Windows color (decimal): -4076101 or 12307905. OLE color: 12307905.
HSL color Cylindrical-coordinate representation of color #C1CDBB: hue angle of 100º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1CDBB is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 187 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.20 |
| HSL | 100º | 0.15% | 0.77% | - |
| HSV(B) | 100º | 0.09% | 0.8% | - |
| XYZ | 52.79 | 58.59 | 55.54 | - |
| YUV | 199.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 187 | 0.06 | 0 | 0.09 | 0.20 | 100 | 0.15 | 0.77 |
| Hex | C1 | CD | BB | 6 | 0 | 9 | 14 | 64 | F | 4D |
| Octal | 301 | 315 | 273 | 6 | 0 | 11 | 24 | 144 | 17 | 115 |
| Binary | 11000001 | 11001101 | 10111011 | 110 | 0 | 1001 | 10100 | 1100100 | 1111 | 1001101 |
Color Harmonies of #C1CDBB
Complementary color
Monochromatic Colors of #C1CDBB
Black with #C1CDBB
Text Example
Text Example
White with #C1CDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDBB; }
p { color: rgb(193,205,187); }
H1.HeaderClassName
{
color: #C1CDBB;
}
.AnyTagClassName
{
color: #C1CDBB;
}
</style>
background-color css
<style>
a { background-color: #C1CDBB; }
a { background-color: rgb(193,205,187); }
div.DivClassName
{
background-color: #C1CDBB;
}
.BgClassName
{
background-color: #C1CDBB;
}
</style>
border-color css
<style>
span { border-color: #C1CDBB; }
span { border-color: rgb(193,205,187); }
td.TdClassName
{
border-color: #C1CDBB;
}
.TagClassName
{
border-color: #C1CDBB;
}
</style>