Shades of Surf Crest #C0CFB7
Tints of Surf Crest #C0CFB7
RGB
CMYK
RGB Variations
Color information
#C0CFB7 (or 0xC0CFB7) is known color: Surf Crest. HEX triplet: C0, CF and B7. RGB value is (192,207,183). Sum of RGB (Red+Green+Blue) = 192+207+183=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 183 (71.88% from 255 or 31.44% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFB7 is #3F3048. Grayscale: #C7C7C7. Windows color (decimal): -4141129 or 12046272. OLE color: 12046272.
HSL color Cylindrical-coordinate representation of color #C0CFB7: hue angle of 97.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0CFB7 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 183 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.19 |
| HSL | 97.5º | 0.2% | 0.76% | - |
| HSV(B) | 97.5º | 0.12% | 0.81% | - |
| XYZ | 52.6 | 59.25 | 53.46 | - |
| YUV | 199.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 183 | 0.07 | 0 | 0.12 | 0.19 | 97.5 | 0.2 | 0.76 |
| Hex | C0 | CF | B7 | 7 | 0 | C | 13 | 62 | 14 | 4C |
| Octal | 300 | 317 | 267 | 7 | 0 | 14 | 23 | 142 | 24 | 114 |
| Binary | 11000000 | 11001111 | 10110111 | 111 | 0 | 1100 | 10011 | 1100010 | 10100 | 1001100 |
Color Harmonies of #C0CFB7
Complementary color
Monochromatic Colors of #C0CFB7
Black with #C0CFB7
Text Example
Text Example
White with #C0CFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFB7; }
p { color: rgb(192,207,183); }
H1.HeaderClassName
{
color: #C0CFB7;
}
.AnyTagClassName
{
color: #C0CFB7;
}
</style>
background-color css
<style>
a { background-color: #C0CFB7; }
a { background-color: rgb(192,207,183); }
div.DivClassName
{
background-color: #C0CFB7;
}
.BgClassName
{
background-color: #C0CFB7;
}
</style>
border-color css
<style>
span { border-color: #C0CFB7; }
span { border-color: rgb(192,207,183); }
td.TdClassName
{
border-color: #C0CFB7;
}
.TagClassName
{
border-color: #C0CFB7;
}
</style>