Shades of Surf Crest #C1CFBE
Tints of Surf Crest #C1CFBE
RGB
CMYK
RGB Variations
Color information
#C1CFBE (or 0xC1CFBE) is known color: Surf Crest. HEX triplet: C1, CF and BE. RGB value is (193,207,190). Sum of RGB (Red+Green+Blue) = 193+207+190=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFBE is #3E3041. Grayscale: #C8C8C8. Windows color (decimal): -4075586 or 12505025. OLE color: 12505025.
HSL color Cylindrical-coordinate representation of color #C1CFBE: hue angle of 109.41º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1CFBE is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 190 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.19 |
| HSL | 109.41º | 0.15% | 0.78% | - |
| HSV(B) | 109.41º | 0.08% | 0.81% | - |
| XYZ | 53.6 | 59.68 | 57.41 | - |
| YUV | 200.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 190 | 0.07 | 0 | 0.08 | 0.19 | 109.41 | 0.15 | 0.78 |
| Hex | C1 | CF | BE | 7 | 0 | 8 | 13 | 6D | F | 4E |
| Octal | 301 | 317 | 276 | 7 | 0 | 10 | 23 | 155 | 17 | 116 |
| Binary | 11000001 | 11001111 | 10111110 | 111 | 0 | 1000 | 10011 | 1101101 | 1111 | 1001110 |
Color Harmonies of #C1CFBE
Complementary color
Monochromatic Colors of #C1CFBE
Black with #C1CFBE
Text Example
Text Example
White with #C1CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFBE; }
p { color: rgb(193,207,190); }
H1.HeaderClassName
{
color: #C1CFBE;
}
.AnyTagClassName
{
color: #C1CFBE;
}
</style>
background-color css
<style>
a { background-color: #C1CFBE; }
a { background-color: rgb(193,207,190); }
div.DivClassName
{
background-color: #C1CFBE;
}
.BgClassName
{
background-color: #C1CFBE;
}
</style>
border-color css
<style>
span { border-color: #C1CFBE; }
span { border-color: rgb(193,207,190); }
td.TdClassName
{
border-color: #C1CFBE;
}
.TagClassName
{
border-color: #C1CFBE;
}
</style>