Shades of Surf Crest #C7D6C3
Tints of Surf Crest #C7D6C3
RGB
CMYK
RGB Variations
Color information
#C7D6C3 (or 0xC7D6C3) is known color: Surf Crest. HEX triplet: C7, D6 and C3. RGB value is (199,214,195). Sum of RGB (Red+Green+Blue) = 199+214+195=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6C3 is #38293C. Grayscale: #CFCFCF. Windows color (decimal): -3680573 or 12834503. OLE color: 12834503.
HSL color Cylindrical-coordinate representation of color #C7D6C3: hue angle of 107.37º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7D6C3 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 195 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.16 |
| HSL | 107.37º | 0.19% | 0.8% | - |
| HSV(B) | 107.37º | 0.09% | 0.84% | - |
| XYZ | 57.45 | 64.18 | 60.99 | - |
| YUV | 207.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 195 | 0.07 | 0 | 0.09 | 0.16 | 107.37 | 0.19 | 0.8 |
| Hex | C7 | D6 | C3 | 7 | 0 | 9 | 10 | 6B | 13 | 50 |
| Octal | 307 | 326 | 303 | 7 | 0 | 11 | 20 | 153 | 23 | 120 |
| Binary | 11000111 | 11010110 | 11000011 | 111 | 0 | 1001 | 10000 | 1101011 | 10011 | 1010000 |
Color Harmonies of #C7D6C3
Complementary color
Monochromatic Colors of #C7D6C3
Black with #C7D6C3
Text Example
Text Example
White with #C7D6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D6C3; }
p { color: rgb(199,214,195); }
H1.HeaderClassName
{
color: #C7D6C3;
}
.AnyTagClassName
{
color: #C7D6C3;
}
</style>
background-color css
<style>
a { background-color: #C7D6C3; }
a { background-color: rgb(199,214,195); }
div.DivClassName
{
background-color: #C7D6C3;
}
.BgClassName
{
background-color: #C7D6C3;
}
</style>
border-color css
<style>
span { border-color: #C7D6C3; }
span { border-color: rgb(199,214,195); }
td.TdClassName
{
border-color: #C7D6C3;
}
.TagClassName
{
border-color: #C7D6C3;
}
</style>