Shades of Surf Crest #C4D5BC
Tints of Surf Crest #C4D5BC
RGB
CMYK
RGB Variations
Color information
#C4D5BC (or 0xC4D5BC) is known color: Surf Crest. HEX triplet: C4, D5 and BC. RGB value is (196,213,188). Sum of RGB (Red+Green+Blue) = 196+213+188=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D5BC is #3B2A43. Grayscale: #CDCDCD. Windows color (decimal): -3877444 or 12375492. OLE color: 12375492.
HSL color Cylindrical-coordinate representation of color #C4D5BC: hue angle of 100.8º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4D5BC is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 188 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.16 |
| HSL | 100.8º | 0.23% | 0.79% | - |
| HSV(B) | 100.8º | 0.12% | 0.84% | - |
| XYZ | 55.64 | 62.96 | 56.8 | - |
| YUV | 205.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 188 | 0.08 | 0 | 0.12 | 0.16 | 100.8 | 0.23 | 0.79 |
| Hex | C4 | D5 | BC | 8 | 0 | C | 10 | 65 | 17 | 4F |
| Octal | 304 | 325 | 274 | 10 | 0 | 14 | 20 | 145 | 27 | 117 |
| Binary | 11000100 | 11010101 | 10111100 | 1000 | 0 | 1100 | 10000 | 1100101 | 10111 | 1001111 |
Color Harmonies of #C4D5BC
Complementary color
Monochromatic Colors of #C4D5BC
Black with #C4D5BC
Text Example
Text Example
White with #C4D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D5BC; }
p { color: rgb(196,213,188); }
H1.HeaderClassName
{
color: #C4D5BC;
}
.AnyTagClassName
{
color: #C4D5BC;
}
</style>
background-color css
<style>
a { background-color: #C4D5BC; }
a { background-color: rgb(196,213,188); }
div.DivClassName
{
background-color: #C4D5BC;
}
.BgClassName
{
background-color: #C4D5BC;
}
</style>
border-color css
<style>
span { border-color: #C4D5BC; }
span { border-color: rgb(196,213,188); }
td.TdClassName
{
border-color: #C4D5BC;
}
.TagClassName
{
border-color: #C4D5BC;
}
</style>