Shades of Surf Crest #C3D3BC
Tints of Surf Crest #C3D3BC
RGB
CMYK
RGB Variations
Color information
#C3D3BC (or 0xC3D3BC) is known color: Surf Crest. HEX triplet: C3, D3 and BC. RGB value is (195,211,188). Sum of RGB (Red+Green+Blue) = 195+211+188=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D3BC is #3C2C43. Grayscale: #CBCBCB. Windows color (decimal): -3943492 or 12374979. OLE color: 12374979.
HSL color Cylindrical-coordinate representation of color #C3D3BC: hue angle of 101.74º 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 #C3D3BC is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 211 | 188 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.17 |
| HSL | 101.74º | 0.21% | 0.78% | - |
| HSV(B) | 101.74º | 0.11% | 0.83% | - |
| XYZ | 54.88 | 61.82 | 56.62 | - |
| YUV | 203.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 188 | 0.08 | 0 | 0.11 | 0.17 | 101.74 | 0.21 | 0.78 |
| Hex | C3 | D3 | BC | 8 | 0 | B | 11 | 66 | 15 | 4E |
| Octal | 303 | 323 | 274 | 10 | 0 | 13 | 21 | 146 | 25 | 116 |
| Binary | 11000011 | 11010011 | 10111100 | 1000 | 0 | 1011 | 10001 | 1100110 | 10101 | 1001110 |
Color Harmonies of #C3D3BC
Complementary color
Monochromatic Colors of #C3D3BC
Black with #C3D3BC
Text Example
Text Example
White with #C3D3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D3BC; }
p { color: rgb(195,211,188); }
H1.HeaderClassName
{
color: #C3D3BC;
}
.AnyTagClassName
{
color: #C3D3BC;
}
</style>
background-color css
<style>
a { background-color: #C3D3BC; }
a { background-color: rgb(195,211,188); }
div.DivClassName
{
background-color: #C3D3BC;
}
.BgClassName
{
background-color: #C3D3BC;
}
</style>
border-color css
<style>
span { border-color: #C3D3BC; }
span { border-color: rgb(195,211,188); }
td.TdClassName
{
border-color: #C3D3BC;
}
.TagClassName
{
border-color: #C3D3BC;
}
</style>