Shades of Surf Crest #C3D2BC
Tints of Surf Crest #C3D2BC
RGB
CMYK
RGB Variations
Color information
#C3D2BC (or 0xC3D2BC) is known color: Surf Crest. HEX triplet: C3, D2 and BC. RGB value is (195,210,188). Sum of RGB (Red+Green+Blue) = 195+210+188=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2BC is #3C2D43. Grayscale: #CBCBCB. Windows color (decimal): -3943748 or 12374723. OLE color: 12374723.
HSL color Cylindrical-coordinate representation of color #C3D2BC: hue angle of 100.91º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3D2BC is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 188 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.18 |
| HSL | 100.91º | 0.2% | 0.78% | - |
| HSV(B) | 100.91º | 0.1% | 0.82% | - |
| XYZ | 54.63 | 61.33 | 56.53 | - |
| YUV | 203.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 188 | 0.07 | 0 | 0.10 | 0.18 | 100.91 | 0.2 | 0.78 |
| Hex | C3 | D2 | BC | 7 | 0 | A | 12 | 65 | 14 | 4E |
| Octal | 303 | 322 | 274 | 7 | 0 | 12 | 22 | 145 | 24 | 116 |
| Binary | 11000011 | 11010010 | 10111100 | 111 | 0 | 1010 | 10010 | 1100101 | 10100 | 1001110 |
Color Harmonies of #C3D2BC
Complementary color
Monochromatic Colors of #C3D2BC
Black with #C3D2BC
Text Example
Text Example
White with #C3D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D2BC; }
p { color: rgb(195,210,188); }
H1.HeaderClassName
{
color: #C3D2BC;
}
.AnyTagClassName
{
color: #C3D2BC;
}
</style>
background-color css
<style>
a { background-color: #C3D2BC; }
a { background-color: rgb(195,210,188); }
div.DivClassName
{
background-color: #C3D2BC;
}
.BgClassName
{
background-color: #C3D2BC;
}
</style>
border-color css
<style>
span { border-color: #C3D2BC; }
span { border-color: rgb(195,210,188); }
td.TdClassName
{
border-color: #C3D2BC;
}
.TagClassName
{
border-color: #C3D2BC;
}
</style>