Shades of Surf Crest #C1D7B2
Tints of Surf Crest #C1D7B2
RGB
CMYK
RGB Variations
Color information
#C1D7B2 (or 0xC1D7B2) is known color: Surf Crest. HEX triplet: C1, D7 and B2. RGB value is (193,215,178). Sum of RGB (Red+Green+Blue) = 193+215+178=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D7B2 is #3E284D. Grayscale: #CCCCCC. Windows color (decimal): -4073550 or 11720641. OLE color: 11720641.
HSL color Cylindrical-coordinate representation of color #C1D7B2: hue angle of 95.68º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1D7B2 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 215 | 178 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.16 |
| HSL | 95.68º | 0.32% | 0.77% | - |
| HSV(B) | 95.68º | 0.17% | 0.84% | - |
| XYZ | 54.33 | 63.15 | 51.45 | - |
| YUV | 204.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 215 | 178 | 0.10 | 0 | 0.17 | 0.16 | 95.68 | 0.32 | 0.77 |
| Hex | C1 | D7 | B2 | A | 0 | 11 | 10 | 60 | 20 | 4D |
| Octal | 301 | 327 | 262 | 12 | 0 | 21 | 20 | 140 | 40 | 115 |
| Binary | 11000001 | 11010111 | 10110010 | 1010 | 0 | 10001 | 10000 | 1100000 | 100000 | 1001101 |
Color Harmonies of #C1D7B2
Complementary color
Monochromatic Colors of #C1D7B2
Black with #C1D7B2
Text Example
Text Example
White with #C1D7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D7B2; }
p { color: rgb(193,215,178); }
H1.HeaderClassName
{
color: #C1D7B2;
}
.AnyTagClassName
{
color: #C1D7B2;
}
</style>
background-color css
<style>
a { background-color: #C1D7B2; }
a { background-color: rgb(193,215,178); }
div.DivClassName
{
background-color: #C1D7B2;
}
.BgClassName
{
background-color: #C1D7B2;
}
</style>
border-color css
<style>
span { border-color: #C1D7B2; }
span { border-color: rgb(193,215,178); }
td.TdClassName
{
border-color: #C1D7B2;
}
.TagClassName
{
border-color: #C1D7B2;
}
</style>