Shades of Surf Crest #C1D0B6
Tints of Surf Crest #C1D0B6
RGB
CMYK
RGB Variations
Color information
#C1D0B6 (or 0xC1D0B6) is known color: Surf Crest. HEX triplet: C1, D0 and B6. RGB value is (193,208,182). Sum of RGB (Red+Green+Blue) = 193+208+182=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D0B6 is #3E2F49. Grayscale: #C8C8C8. Windows color (decimal): -4075338 or 11980993. OLE color: 11980993.
HSL color Cylindrical-coordinate representation of color #C1D0B6: hue angle of 94.62º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1D0B6 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 182 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.18 |
| HSL | 94.62º | 0.22% | 0.76% | - |
| HSV(B) | 94.62º | 0.13% | 0.82% | - |
| XYZ | 52.99 | 59.83 | 53.01 | - |
| YUV | 200.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 182 | 0.07 | 0 | 0.12 | 0.18 | 94.62 | 0.22 | 0.76 |
| Hex | C1 | D0 | B6 | 7 | 0 | C | 12 | 5F | 16 | 4C |
| Octal | 301 | 320 | 266 | 7 | 0 | 14 | 22 | 137 | 26 | 114 |
| Binary | 11000001 | 11010000 | 10110110 | 111 | 0 | 1100 | 10010 | 1011111 | 10110 | 1001100 |
Color Harmonies of #C1D0B6
Complementary color
Monochromatic Colors of #C1D0B6
Black with #C1D0B6
Text Example
Text Example
White with #C1D0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D0B6; }
p { color: rgb(193,208,182); }
H1.HeaderClassName
{
color: #C1D0B6;
}
.AnyTagClassName
{
color: #C1D0B6;
}
</style>
background-color css
<style>
a { background-color: #C1D0B6; }
a { background-color: rgb(193,208,182); }
div.DivClassName
{
background-color: #C1D0B6;
}
.BgClassName
{
background-color: #C1D0B6;
}
</style>
border-color css
<style>
span { border-color: #C1D0B6; }
span { border-color: rgb(193,208,182); }
td.TdClassName
{
border-color: #C1D0B6;
}
.TagClassName
{
border-color: #C1D0B6;
}
</style>