Shades of Surf Crest #C3D9BA
Tints of Surf Crest #C3D9BA
RGB
CMYK
RGB Variations
Color information
#C3D9BA (or 0xC3D9BA) is known color: Surf Crest. HEX triplet: C3, D9 and BA. RGB value is (195,217,186). Sum of RGB (Red+Green+Blue) = 195+217+186=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 217 - color contains mainly: green. Hex color #C3D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D9BA is #3C2645. Grayscale: #CECECE. Windows color (decimal): -3941958 or 12245443. OLE color: 12245443.
HSL color Cylindrical-coordinate representation of color #C3D9BA: hue angle of 102.58º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3D9BA is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 217 | 186 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.15 |
| HSL | 102.58º | 0.29% | 0.79% | - |
| HSV(B) | 102.58º | 0.14% | 0.85% | - |
| XYZ | 56.18 | 64.77 | 56 | - |
| YUV | 206.89 | 116.21 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 217 | 186 | 0.10 | 0 | 0.14 | 0.15 | 102.58 | 0.29 | 0.79 |
| Hex | C3 | D9 | BA | A | 0 | E | F | 67 | 1D | 4F |
| Octal | 303 | 331 | 272 | 12 | 0 | 16 | 17 | 147 | 35 | 117 |
| Binary | 11000011 | 11011001 | 10111010 | 1010 | 0 | 1110 | 1111 | 1100111 | 11101 | 1001111 |
Color Harmonies of #C3D9BA
Complementary color
Monochromatic Colors of #C3D9BA
Black with #C3D9BA
Text Example
Text Example
White with #C3D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D9BA; }
p { color: rgb(195,217,186); }
H1.HeaderClassName
{
color: #C3D9BA;
}
.AnyTagClassName
{
color: #C3D9BA;
}
</style>
background-color css
<style>
a { background-color: #C3D9BA; }
a { background-color: rgb(195,217,186); }
div.DivClassName
{
background-color: #C3D9BA;
}
.BgClassName
{
background-color: #C3D9BA;
}
</style>
border-color css
<style>
span { border-color: #C3D9BA; }
span { border-color: rgb(195,217,186); }
td.TdClassName
{
border-color: #C3D9BA;
}
.TagClassName
{
border-color: #C3D9BA;
}
</style>