Shades of Surf Crest #C2C7C1
Tints of Surf Crest #C2C7C1
RGB
CMYK
RGB Variations
Color information
#C2C7C1 (or 0xC2C7C1) is known color: Surf Crest. HEX triplet: C2, C7 and C1. RGB value is (194,199,193). Sum of RGB (Red+Green+Blue) = 194+199+193=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C7C1 is #3D383E. Grayscale: #C4C4C4. Windows color (decimal): -4012095 or 12699586. OLE color: 12699586.
HSL color Cylindrical-coordinate representation of color #C2C7C1: hue angle of 110º degrees, saturation: 0.05, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C2C7C1 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 199 | 193 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.22 |
| HSL | 110º | 0.05% | 0.77% | - |
| HSV(B) | 110º | 0.03% | 0.78% | - |
| XYZ | 52.3 | 56.17 | 58.54 | - |
| YUV | 196.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 199 | 193 | 0.03 | 0 | 0.03 | 0.22 | 110 | 0.05 | 0.77 |
| Hex | C2 | C7 | C1 | 3 | 0 | 3 | 16 | 6E | 5 | 4D |
| Octal | 302 | 307 | 301 | 3 | 0 | 3 | 26 | 156 | 5 | 115 |
| Binary | 11000010 | 11000111 | 11000001 | 11 | 0 | 11 | 10110 | 1101110 | 101 | 1001101 |
Color Harmonies of #C2C7C1
Complementary color
Monochromatic Colors of #C2C7C1
Black with #C2C7C1
Text Example
Text Example
White with #C2C7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C7C1; }
p { color: rgb(194,199,193); }
H1.HeaderClassName
{
color: #C2C7C1;
}
.AnyTagClassName
{
color: #C2C7C1;
}
</style>
background-color css
<style>
a { background-color: #C2C7C1; }
a { background-color: rgb(194,199,193); }
div.DivClassName
{
background-color: #C2C7C1;
}
.BgClassName
{
background-color: #C2C7C1;
}
</style>
border-color css
<style>
span { border-color: #C2C7C1; }
span { border-color: rgb(194,199,193); }
td.TdClassName
{
border-color: #C2C7C1;
}
.TagClassName
{
border-color: #C2C7C1;
}
</style>