Shades of Surf Crest #C4CFBF
Tints of Surf Crest #C4CFBF
RGB
CMYK
RGB Variations
Color information
#C4CFBF (or 0xC4CFBF) is known color: Surf Crest. HEX triplet: C4, CF and BF. RGB value is (196,207,191). Sum of RGB (Red+Green+Blue) = 196+207+191=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFBF is #3B3040. Grayscale: #C9C9C9. Windows color (decimal): -3878977 or 12570564. OLE color: 12570564.
HSL color Cylindrical-coordinate representation of color #C4CFBF: hue angle of 101.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4CFBF is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 191 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.19 |
| HSL | 101.25º | 0.14% | 0.78% | - |
| HSV(B) | 101.25º | 0.08% | 0.81% | - |
| XYZ | 54.48 | 60.12 | 58.02 | - |
| YUV | 201.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 191 | 0.05 | 0 | 0.08 | 0.19 | 101.25 | 0.14 | 0.78 |
| Hex | C4 | CF | BF | 5 | 0 | 8 | 13 | 65 | E | 4E |
| Octal | 304 | 317 | 277 | 5 | 0 | 10 | 23 | 145 | 16 | 116 |
| Binary | 11000100 | 11001111 | 10111111 | 101 | 0 | 1000 | 10011 | 1100101 | 1110 | 1001110 |
Color Harmonies of #C4CFBF
Complementary color
Monochromatic Colors of #C4CFBF
Black with #C4CFBF
Text Example
Text Example
White with #C4CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFBF; }
p { color: rgb(196,207,191); }
H1.HeaderClassName
{
color: #C4CFBF;
}
.AnyTagClassName
{
color: #C4CFBF;
}
</style>
background-color css
<style>
a { background-color: #C4CFBF; }
a { background-color: rgb(196,207,191); }
div.DivClassName
{
background-color: #C4CFBF;
}
.BgClassName
{
background-color: #C4CFBF;
}
</style>
border-color css
<style>
span { border-color: #C4CFBF; }
span { border-color: rgb(196,207,191); }
td.TdClassName
{
border-color: #C4CFBF;
}
.TagClassName
{
border-color: #C4CFBF;
}
</style>