Shades of Surf Crest #C7E1B4
Tints of Surf Crest #C7E1B4
RGB
CMYK
RGB Variations
Color information
#C7E1B4 (or 0xC7E1B4) is known color: Surf Crest. HEX triplet: C7, E1 and B4. RGB value is (199,225,180). Sum of RGB (Red+Green+Blue) = 199+225+180=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #C7E1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E1B4 is #381E4B. Grayscale: #D4D4D4. Windows color (decimal): -3677772 or 11854279. OLE color: 11854279.
HSL color Cylindrical-coordinate representation of color #C7E1B4: hue angle of 94.67º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7E1B4 is Cyan = 0.12, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 225 | 180 | - |
| CMYK | 0.12 | 0 | 0.2 | 0.12 |
| HSL | 94.67º | 0.43% | 0.79% | - |
| HSV(B) | 94.67º | 0.2% | 0.88% | - |
| XYZ | 58.72 | 69.29 | 53.46 | - |
| YUV | 212.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 225 | 180 | 0.12 | 0 | 0.2 | 0.12 | 94.67 | 0.43 | 0.79 |
| Hex | C7 | E1 | B4 | C | 0 | 14 | C | 5F | 2B | 4F |
| Octal | 307 | 341 | 264 | 14 | 0 | 24 | 14 | 137 | 53 | 117 |
| Binary | 11000111 | 11100001 | 10110100 | 1100 | 0 | 10100 | 1100 | 1011111 | 101011 | 1001111 |
Color Harmonies of #C7E1B4
Complementary color
Monochromatic Colors of #C7E1B4
Black with #C7E1B4
Text Example
Text Example
White with #C7E1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E1B4; }
p { color: rgb(199,225,180); }
H1.HeaderClassName
{
color: #C7E1B4;
}
.AnyTagClassName
{
color: #C7E1B4;
}
</style>
background-color css
<style>
a { background-color: #C7E1B4; }
a { background-color: rgb(199,225,180); }
div.DivClassName
{
background-color: #C7E1B4;
}
.BgClassName
{
background-color: #C7E1B4;
}
</style>
border-color css
<style>
span { border-color: #C7E1B4; }
span { border-color: rgb(199,225,180); }
td.TdClassName
{
border-color: #C7E1B4;
}
.TagClassName
{
border-color: #C7E1B4;
}
</style>