Shades of Surf Crest #C4D5B7
Tints of Surf Crest #C4D5B7
RGB
CMYK
RGB Variations
Color information
#C4D5B7 (or 0xC4D5B7) is known color: Surf Crest. HEX triplet: C4, D5 and B7. RGB value is (196,213,183). Sum of RGB (Red+Green+Blue) = 196+213+183=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D5B7 is #3B2A48. Grayscale: #CCCCCC. Windows color (decimal): -3877449 or 12047812. OLE color: 12047812.
HSL color Cylindrical-coordinate representation of color #C4D5B7: hue angle of 94º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4D5B7 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 183 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.16 |
| HSL | 94º | 0.26% | 0.78% | - |
| HSV(B) | 94º | 0.14% | 0.84% | - |
| XYZ | 55.11 | 62.74 | 54.01 | - |
| YUV | 204.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 183 | 0.08 | 0 | 0.14 | 0.16 | 94 | 0.26 | 0.78 |
| Hex | C4 | D5 | B7 | 8 | 0 | E | 10 | 5E | 1A | 4E |
| Octal | 304 | 325 | 267 | 10 | 0 | 16 | 20 | 136 | 32 | 116 |
| Binary | 11000100 | 11010101 | 10110111 | 1000 | 0 | 1110 | 10000 | 1011110 | 11010 | 1001110 |
Color Harmonies of #C4D5B7
Complementary color
Monochromatic Colors of #C4D5B7
Black with #C4D5B7
Text Example
Text Example
White with #C4D5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D5B7; }
p { color: rgb(196,213,183); }
H1.HeaderClassName
{
color: #C4D5B7;
}
.AnyTagClassName
{
color: #C4D5B7;
}
</style>
background-color css
<style>
a { background-color: #C4D5B7; }
a { background-color: rgb(196,213,183); }
div.DivClassName
{
background-color: #C4D5B7;
}
.BgClassName
{
background-color: #C4D5B7;
}
</style>
border-color css
<style>
span { border-color: #C4D5B7; }
span { border-color: rgb(196,213,183); }
td.TdClassName
{
border-color: #C4D5B7;
}
.TagClassName
{
border-color: #C4D5B7;
}
</style>