Shades of Surf Crest #C1CEBD
Tints of Surf Crest #C1CEBD
RGB
CMYK
RGB Variations
Color information
#C1CEBD (or 0xC1CEBD) is known color: Surf Crest. HEX triplet: C1, CE and BD. RGB value is (193,206,189). Sum of RGB (Red+Green+Blue) = 193+206+189=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEBD is #3E3142. Grayscale: #C8C8C8. Windows color (decimal): -4075843 or 12439233. OLE color: 12439233.
HSL color Cylindrical-coordinate representation of color #C1CEBD: hue angle of 105.88º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1CEBD is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 189 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.19 |
| HSL | 105.88º | 0.15% | 0.77% | - |
| HSV(B) | 105.88º | 0.08% | 0.81% | - |
| XYZ | 53.25 | 59.15 | 56.76 | - |
| YUV | 200.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 189 | 0.06 | 0 | 0.08 | 0.19 | 105.88 | 0.15 | 0.77 |
| Hex | C1 | CE | BD | 6 | 0 | 8 | 13 | 6A | F | 4D |
| Octal | 301 | 316 | 275 | 6 | 0 | 10 | 23 | 152 | 17 | 115 |
| Binary | 11000001 | 11001110 | 10111101 | 110 | 0 | 1000 | 10011 | 1101010 | 1111 | 1001101 |
Color Harmonies of #C1CEBD
Complementary color
Monochromatic Colors of #C1CEBD
Black with #C1CEBD
Text Example
Text Example
White with #C1CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEBD; }
p { color: rgb(193,206,189); }
H1.HeaderClassName
{
color: #C1CEBD;
}
.AnyTagClassName
{
color: #C1CEBD;
}
</style>
background-color css
<style>
a { background-color: #C1CEBD; }
a { background-color: rgb(193,206,189); }
div.DivClassName
{
background-color: #C1CEBD;
}
.BgClassName
{
background-color: #C1CEBD;
}
</style>
border-color css
<style>
span { border-color: #C1CEBD; }
span { border-color: rgb(193,206,189); }
td.TdClassName
{
border-color: #C1CEBD;
}
.TagClassName
{
border-color: #C1CEBD;
}
</style>