Shades of Surf Crest #C0CEB7
Tints of Surf Crest #C0CEB7
RGB
CMYK
RGB Variations
Color information
#C0CEB7 (or 0xC0CEB7) is known color: Surf Crest. HEX triplet: C0, CE and B7. RGB value is (192,206,183). Sum of RGB (Red+Green+Blue) = 192+206+183=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CEB7 is #3F3148. Grayscale: #C7C7C7. Windows color (decimal): -4141385 or 12046016. OLE color: 12046016.
HSL color Cylindrical-coordinate representation of color #C0CEB7: hue angle of 96.52º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0CEB7 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 183 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.19 |
| HSL | 96.52º | 0.19% | 0.76% | - |
| HSV(B) | 96.52º | 0.11% | 0.81% | - |
| XYZ | 52.36 | 58.77 | 53.38 | - |
| YUV | 199.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 183 | 0.07 | 0 | 0.11 | 0.19 | 96.52 | 0.19 | 0.76 |
| Hex | C0 | CE | B7 | 7 | 0 | B | 13 | 61 | 13 | 4C |
| Octal | 300 | 316 | 267 | 7 | 0 | 13 | 23 | 141 | 23 | 114 |
| Binary | 11000000 | 11001110 | 10110111 | 111 | 0 | 1011 | 10011 | 1100001 | 10011 | 1001100 |
Color Harmonies of #C0CEB7
Complementary color
Monochromatic Colors of #C0CEB7
Black with #C0CEB7
Text Example
Text Example
White with #C0CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEB7; }
p { color: rgb(192,206,183); }
H1.HeaderClassName
{
color: #C0CEB7;
}
.AnyTagClassName
{
color: #C0CEB7;
}
</style>
background-color css
<style>
a { background-color: #C0CEB7; }
a { background-color: rgb(192,206,183); }
div.DivClassName
{
background-color: #C0CEB7;
}
.BgClassName
{
background-color: #C0CEB7;
}
</style>
border-color css
<style>
span { border-color: #C0CEB7; }
span { border-color: rgb(192,206,183); }
td.TdClassName
{
border-color: #C0CEB7;
}
.TagClassName
{
border-color: #C0CEB7;
}
</style>