Shades of Surf Crest #C4D3BC
Tints of Surf Crest #C4D3BC
RGB
CMYK
RGB Variations
Color information
#C4D3BC (or 0xC4D3BC) is known color: Surf Crest. HEX triplet: C4, D3 and BC. RGB value is (196,211,188). Sum of RGB (Red+Green+Blue) = 196+211+188=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D3BC is #3B2C43. Grayscale: #CBCBCB. Windows color (decimal): -3877956 or 12374980. OLE color: 12374980.
HSL color Cylindrical-coordinate representation of color #C4D3BC: hue angle of 99.13º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D3BC is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 211 | 188 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.17 |
| HSL | 99.13º | 0.21% | 0.78% | - |
| HSV(B) | 99.13º | 0.11% | 0.83% | - |
| XYZ | 55.14 | 61.96 | 56.63 | - |
| YUV | 203.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 188 | 0.07 | 0 | 0.11 | 0.17 | 99.13 | 0.21 | 0.78 |
| Hex | C4 | D3 | BC | 7 | 0 | B | 11 | 63 | 15 | 4E |
| Octal | 304 | 323 | 274 | 7 | 0 | 13 | 21 | 143 | 25 | 116 |
| Binary | 11000100 | 11010011 | 10111100 | 111 | 0 | 1011 | 10001 | 1100011 | 10101 | 1001110 |
Color Harmonies of #C4D3BC
Complementary color
Monochromatic Colors of #C4D3BC
Black with #C4D3BC
Text Example
Text Example
White with #C4D3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D3BC; }
p { color: rgb(196,211,188); }
H1.HeaderClassName
{
color: #C4D3BC;
}
.AnyTagClassName
{
color: #C4D3BC;
}
</style>
background-color css
<style>
a { background-color: #C4D3BC; }
a { background-color: rgb(196,211,188); }
div.DivClassName
{
background-color: #C4D3BC;
}
.BgClassName
{
background-color: #C4D3BC;
}
</style>
border-color css
<style>
span { border-color: #C4D3BC; }
span { border-color: rgb(196,211,188); }
td.TdClassName
{
border-color: #C4D3BC;
}
.TagClassName
{
border-color: #C4D3BC;
}
</style>