Shades of Surf Crest #C4D0BF
Tints of Surf Crest #C4D0BF
RGB
CMYK
RGB Variations
Color information
#C4D0BF (or 0xC4D0BF) is known color: Surf Crest. HEX triplet: C4, D0 and BF. RGB value is (196,208,191). Sum of RGB (Red+Green+Blue) = 196+208+191=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0BF is #3B2F40. Grayscale: #CACACA. Windows color (decimal): -3878721 or 12570820. OLE color: 12570820.
HSL color Cylindrical-coordinate representation of color #C4D0BF: hue angle of 102.35º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4D0BF is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 191 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.18 |
| HSL | 102.35º | 0.15% | 0.78% | - |
| HSV(B) | 102.35º | 0.08% | 0.82% | - |
| XYZ | 54.72 | 60.61 | 58.1 | - |
| YUV | 202.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 191 | 0.06 | 0 | 0.08 | 0.18 | 102.35 | 0.15 | 0.78 |
| Hex | C4 | D0 | BF | 6 | 0 | 8 | 12 | 66 | F | 4E |
| Octal | 304 | 320 | 277 | 6 | 0 | 10 | 22 | 146 | 17 | 116 |
| Binary | 11000100 | 11010000 | 10111111 | 110 | 0 | 1000 | 10010 | 1100110 | 1111 | 1001110 |
Color Harmonies of #C4D0BF
Complementary color
Monochromatic Colors of #C4D0BF
Black with #C4D0BF
Text Example
Text Example
White with #C4D0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0BF; }
p { color: rgb(196,208,191); }
H1.HeaderClassName
{
color: #C4D0BF;
}
.AnyTagClassName
{
color: #C4D0BF;
}
</style>
background-color css
<style>
a { background-color: #C4D0BF; }
a { background-color: rgb(196,208,191); }
div.DivClassName
{
background-color: #C4D0BF;
}
.BgClassName
{
background-color: #C4D0BF;
}
</style>
border-color css
<style>
span { border-color: #C4D0BF; }
span { border-color: rgb(196,208,191); }
td.TdClassName
{
border-color: #C4D0BF;
}
.TagClassName
{
border-color: #C4D0BF;
}
</style>