Shades of Surf Crest #C1CEBC
Tints of Surf Crest #C1CEBC
RGB
CMYK
RGB Variations
Color information
#C1CEBC (or 0xC1CEBC) is known color: Surf Crest. HEX triplet: C1, CE and BC. RGB value is (193,206,188). Sum of RGB (Red+Green+Blue) = 193+206+188=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEBC is #3E3143. Grayscale: #C8C8C8. Windows color (decimal): -4075844 or 12373697. OLE color: 12373697.
HSL color Cylindrical-coordinate representation of color #C1CEBC: hue angle of 103.33º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1CEBC is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 188 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.19 |
| HSL | 103.33º | 0.16% | 0.77% | - |
| HSV(B) | 103.33º | 0.09% | 0.81% | - |
| XYZ | 53.14 | 59.11 | 56.19 | - |
| YUV | 200.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 188 | 0.06 | 0 | 0.09 | 0.19 | 103.33 | 0.16 | 0.77 |
| Hex | C1 | CE | BC | 6 | 0 | 9 | 13 | 67 | 10 | 4D |
| Octal | 301 | 316 | 274 | 6 | 0 | 11 | 23 | 147 | 20 | 115 |
| Binary | 11000001 | 11001110 | 10111100 | 110 | 0 | 1001 | 10011 | 1100111 | 10000 | 1001101 |
Color Harmonies of #C1CEBC
Complementary color
Monochromatic Colors of #C1CEBC
Black with #C1CEBC
Text Example
Text Example
White with #C1CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEBC; }
p { color: rgb(193,206,188); }
H1.HeaderClassName
{
color: #C1CEBC;
}
.AnyTagClassName
{
color: #C1CEBC;
}
</style>
background-color css
<style>
a { background-color: #C1CEBC; }
a { background-color: rgb(193,206,188); }
div.DivClassName
{
background-color: #C1CEBC;
}
.BgClassName
{
background-color: #C1CEBC;
}
</style>
border-color css
<style>
span { border-color: #C1CEBC; }
span { border-color: rgb(193,206,188); }
td.TdClassName
{
border-color: #C1CEBC;
}
.TagClassName
{
border-color: #C1CEBC;
}
</style>