Shades of Surf Crest #C0CFB8
Tints of Surf Crest #C0CFB8
RGB
CMYK
RGB Variations
Color information
#C0CFB8 (or 0xC0CFB8) is known color: Surf Crest. HEX triplet: C0, CF and B8. RGB value is (192,207,184). Sum of RGB (Red+Green+Blue) = 192+207+184=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 184 (72.27% from 255 or 31.56% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFB8 is #3F3047. Grayscale: #C7C7C7. Windows color (decimal): -4141128 or 12111808. OLE color: 12111808.
HSL color Cylindrical-coordinate representation of color #C0CFB8: hue angle of 99.13º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0CFB8 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 184 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.19 |
| HSL | 99.13º | 0.19% | 0.77% | - |
| HSV(B) | 99.13º | 0.11% | 0.81% | - |
| XYZ | 52.7 | 59.29 | 54.01 | - |
| YUV | 199.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 184 | 0.07 | 0 | 0.11 | 0.19 | 99.13 | 0.19 | 0.77 |
| Hex | C0 | CF | B8 | 7 | 0 | B | 13 | 63 | 13 | 4D |
| Octal | 300 | 317 | 270 | 7 | 0 | 13 | 23 | 143 | 23 | 115 |
| Binary | 11000000 | 11001111 | 10111000 | 111 | 0 | 1011 | 10011 | 1100011 | 10011 | 1001101 |
Color Harmonies of #C0CFB8
Complementary color
Monochromatic Colors of #C0CFB8
Black with #C0CFB8
Text Example
Text Example
White with #C0CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFB8; }
p { color: rgb(192,207,184); }
H1.HeaderClassName
{
color: #C0CFB8;
}
.AnyTagClassName
{
color: #C0CFB8;
}
</style>
background-color css
<style>
a { background-color: #C0CFB8; }
a { background-color: rgb(192,207,184); }
div.DivClassName
{
background-color: #C0CFB8;
}
.BgClassName
{
background-color: #C0CFB8;
}
</style>
border-color css
<style>
span { border-color: #C0CFB8; }
span { border-color: rgb(192,207,184); }
td.TdClassName
{
border-color: #C0CFB8;
}
.TagClassName
{
border-color: #C0CFB8;
}
</style>