Shades of Surf Crest #C7CFC1
Tints of Surf Crest #C7CFC1
RGB
CMYK
RGB Variations
Color information
#C7CFC1 (or 0xC7CFC1) is known color: Surf Crest. HEX triplet: C7, CF and C1. RGB value is (199,207,193). Sum of RGB (Red+Green+Blue) = 199+207+193=599 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.22% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFC1 is #38303E. Grayscale: #CBCBCB. Windows color (decimal): -3682367 or 12701639. OLE color: 12701639.
HSL color Cylindrical-coordinate representation of color #C7CFC1: hue angle of 94.29º 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 #C7CFC1 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 193 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.19 |
| HSL | 94.29º | 0.13% | 0.78% | - |
| HSV(B) | 94.29º | 0.07% | 0.81% | - |
| XYZ | 55.49 | 60.62 | 59.23 | - |
| YUV | 203.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 193 | 0.04 | 0 | 0.07 | 0.19 | 94.29 | 0.13 | 0.78 |
| Hex | C7 | CF | C1 | 4 | 0 | 7 | 13 | 5E | D | 4E |
| Octal | 307 | 317 | 301 | 4 | 0 | 7 | 23 | 136 | 15 | 116 |
| Binary | 11000111 | 11001111 | 11000001 | 100 | 0 | 111 | 10011 | 1011110 | 1101 | 1001110 |
Color Harmonies of #C7CFC1
Complementary color
Monochromatic Colors of #C7CFC1
Black with #C7CFC1
Text Example
Text Example
White with #C7CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFC1; }
p { color: rgb(199,207,193); }
H1.HeaderClassName
{
color: #C7CFC1;
}
.AnyTagClassName
{
color: #C7CFC1;
}
</style>
background-color css
<style>
a { background-color: #C7CFC1; }
a { background-color: rgb(199,207,193); }
div.DivClassName
{
background-color: #C7CFC1;
}
.BgClassName
{
background-color: #C7CFC1;
}
</style>
border-color css
<style>
span { border-color: #C7CFC1; }
span { border-color: rgb(199,207,193); }
td.TdClassName
{
border-color: #C7CFC1;
}
.TagClassName
{
border-color: #C7CFC1;
}
</style>