Shades of Surf Crest #C5CFBE
Tints of Surf Crest #C5CFBE
RGB
CMYK
RGB Variations
Color information
#C5CFBE (or 0xC5CFBE) is known color: Surf Crest. HEX triplet: C5, CF and BE. RGB value is (197,207,190). Sum of RGB (Red+Green+Blue) = 197+207+190=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFBE is #3A3041. Grayscale: #CACACA. Windows color (decimal): -3813442 or 12505029. OLE color: 12505029.
HSL color Cylindrical-coordinate representation of color #C5CFBE: hue angle of 95.29º degrees, saturation: 0.15, 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 #C5CFBE is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 190 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.19 |
| HSL | 95.29º | 0.15% | 0.78% | - |
| HSV(B) | 95.29º | 0.08% | 0.81% | - |
| XYZ | 54.63 | 60.21 | 57.46 | - |
| YUV | 202.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 190 | 0.05 | 0 | 0.08 | 0.19 | 95.29 | 0.15 | 0.78 |
| Hex | C5 | CF | BE | 5 | 0 | 8 | 13 | 5F | F | 4E |
| Octal | 305 | 317 | 276 | 5 | 0 | 10 | 23 | 137 | 17 | 116 |
| Binary | 11000101 | 11001111 | 10111110 | 101 | 0 | 1000 | 10011 | 1011111 | 1111 | 1001110 |
Color Harmonies of #C5CFBE
Complementary color
Monochromatic Colors of #C5CFBE
Black with #C5CFBE
Text Example
Text Example
White with #C5CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFBE; }
p { color: rgb(197,207,190); }
H1.HeaderClassName
{
color: #C5CFBE;
}
.AnyTagClassName
{
color: #C5CFBE;
}
</style>
background-color css
<style>
a { background-color: #C5CFBE; }
a { background-color: rgb(197,207,190); }
div.DivClassName
{
background-color: #C5CFBE;
}
.BgClassName
{
background-color: #C5CFBE;
}
</style>
border-color css
<style>
span { border-color: #C5CFBE; }
span { border-color: rgb(197,207,190); }
td.TdClassName
{
border-color: #C5CFBE;
}
.TagClassName
{
border-color: #C5CFBE;
}
</style>