Shades of Surf Crest #C4CEBF
Tints of Surf Crest #C4CEBF
RGB
CMYK
RGB Variations
Color information
#C4CEBF (or 0xC4CEBF) is known color: Surf Crest. HEX triplet: C4, CE and BF. RGB value is (196,206,191). Sum of RGB (Red+Green+Blue) = 196+206+191=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEBF is #3B3140. Grayscale: #C9C9C9. Windows color (decimal): -3879233 or 12570308. OLE color: 12570308.
HSL color Cylindrical-coordinate representation of color #C4CEBF: hue angle of 100º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4CEBF is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 191 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.19 |
| HSL | 100º | 0.13% | 0.78% | - |
| HSV(B) | 100º | 0.07% | 0.81% | - |
| XYZ | 54.24 | 59.64 | 57.94 | - |
| YUV | 201.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 191 | 0.05 | 0 | 0.07 | 0.19 | 100 | 0.13 | 0.78 |
| Hex | C4 | CE | BF | 5 | 0 | 7 | 13 | 64 | D | 4E |
| Octal | 304 | 316 | 277 | 5 | 0 | 7 | 23 | 144 | 15 | 116 |
| Binary | 11000100 | 11001110 | 10111111 | 101 | 0 | 111 | 10011 | 1100100 | 1101 | 1001110 |
Color Harmonies of #C4CEBF
Complementary color
Monochromatic Colors of #C4CEBF
Black with #C4CEBF
Text Example
Text Example
White with #C4CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEBF; }
p { color: rgb(196,206,191); }
H1.HeaderClassName
{
color: #C4CEBF;
}
.AnyTagClassName
{
color: #C4CEBF;
}
</style>
background-color css
<style>
a { background-color: #C4CEBF; }
a { background-color: rgb(196,206,191); }
div.DivClassName
{
background-color: #C4CEBF;
}
.BgClassName
{
background-color: #C4CEBF;
}
</style>
border-color css
<style>
span { border-color: #C4CEBF; }
span { border-color: rgb(196,206,191); }
td.TdClassName
{
border-color: #C4CEBF;
}
.TagClassName
{
border-color: #C4CEBF;
}
</style>