Shades of Surf Crest #C1CCBD
Tints of Surf Crest #C1CCBD
RGB
CMYK
RGB Variations
Color information
#C1CCBD (or 0xC1CCBD) is known color: Surf Crest. HEX triplet: C1, CC and BD. RGB value is (193,204,189). Sum of RGB (Red+Green+Blue) = 193+204+189=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCBD is #3E3342. Grayscale: #C7C7C7. Windows color (decimal): -4076355 or 12438721. OLE color: 12438721.
HSL color Cylindrical-coordinate representation of color #C1CCBD: hue angle of 104º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1CCBD is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 189 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.2 |
| HSL | 104º | 0.13% | 0.77% | - |
| HSV(B) | 104º | 0.07% | 0.8% | - |
| XYZ | 52.77 | 58.2 | 56.6 | - |
| YUV | 199 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 189 | 0.05 | 0 | 0.07 | 0.2 | 104 | 0.13 | 0.77 |
| Hex | C1 | CC | BD | 5 | 0 | 7 | 14 | 68 | D | 4D |
| Octal | 301 | 314 | 275 | 5 | 0 | 7 | 24 | 150 | 15 | 115 |
| Binary | 11000001 | 11001100 | 10111101 | 101 | 0 | 111 | 10100 | 1101000 | 1101 | 1001101 |
Color Harmonies of #C1CCBD
Complementary color
Monochromatic Colors of #C1CCBD
Black with #C1CCBD
Text Example
Text Example
White with #C1CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCBD; }
p { color: rgb(193,204,189); }
H1.HeaderClassName
{
color: #C1CCBD;
}
.AnyTagClassName
{
color: #C1CCBD;
}
</style>
background-color css
<style>
a { background-color: #C1CCBD; }
a { background-color: rgb(193,204,189); }
div.DivClassName
{
background-color: #C1CCBD;
}
.BgClassName
{
background-color: #C1CCBD;
}
</style>
border-color css
<style>
span { border-color: #C1CCBD; }
span { border-color: rgb(193,204,189); }
td.TdClassName
{
border-color: #C1CCBD;
}
.TagClassName
{
border-color: #C1CCBD;
}
</style>