Shades of Surf Crest #C3CFBC
Tints of Surf Crest #C3CFBC
RGB
CMYK
RGB Variations
Color information
#C3CFBC (or 0xC3CFBC) is known color: Surf Crest. HEX triplet: C3, CF and BC. RGB value is (195,207,188). Sum of RGB (Red+Green+Blue) = 195+207+188=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFBC is #3C3043. Grayscale: #C9C9C9. Windows color (decimal): -3944516 or 12373955. OLE color: 12373955.
HSL color Cylindrical-coordinate representation of color #C3CFBC: hue angle of 97.89º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3CFBC is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 188 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.19 |
| HSL | 97.89º | 0.17% | 0.77% | - |
| HSV(B) | 97.89º | 0.09% | 0.81% | - |
| XYZ | 53.9 | 59.86 | 56.29 | - |
| YUV | 201.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 188 | 0.06 | 0 | 0.09 | 0.19 | 97.89 | 0.17 | 0.77 |
| Hex | C3 | CF | BC | 6 | 0 | 9 | 13 | 62 | 11 | 4D |
| Octal | 303 | 317 | 274 | 6 | 0 | 11 | 23 | 142 | 21 | 115 |
| Binary | 11000011 | 11001111 | 10111100 | 110 | 0 | 1001 | 10011 | 1100010 | 10001 | 1001101 |
Color Harmonies of #C3CFBC
Complementary color
Monochromatic Colors of #C3CFBC
Black with #C3CFBC
Text Example
Text Example
White with #C3CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFBC; }
p { color: rgb(195,207,188); }
H1.HeaderClassName
{
color: #C3CFBC;
}
.AnyTagClassName
{
color: #C3CFBC;
}
</style>
background-color css
<style>
a { background-color: #C3CFBC; }
a { background-color: rgb(195,207,188); }
div.DivClassName
{
background-color: #C3CFBC;
}
.BgClassName
{
background-color: #C3CFBC;
}
</style>
border-color css
<style>
span { border-color: #C3CFBC; }
span { border-color: rgb(195,207,188); }
td.TdClassName
{
border-color: #C3CFBC;
}
.TagClassName
{
border-color: #C3CFBC;
}
</style>